mirror of
https://github.com/github/codeql.git
synced 2026-04-06 23:54:11 +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() }
|