mirror of
https://github.com/github/codeql.git
synced 2026-05-19 13:48:30 +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() }
|