mirror of
https://github.com/github/codeql.git
synced 2026-05-20 06:07:07 +02:00
6 lines
145 B
Plaintext
6 lines
145 B
Plaintext
import csharp
|
|
|
|
query predicate nullcoalescing(NullCoalescingExpr expr) { any() }
|
|
|
|
query predicate assignments(AssignCoalesceExpr expr) { any() }
|