mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
C# Add relational patterns extraction
This commit is contained in:
@@ -116,6 +116,10 @@ namespace Semmle.Extraction.Kinds
|
||||
ASSIGN_COALESCE = 119,
|
||||
SUPPRESS_NULLABLE_WARNING = 120,
|
||||
NAMESPACE_ACCESS = 121,
|
||||
LT_PATTERN = 122,
|
||||
GT_PATTERN = 123,
|
||||
LE_PATTERN = 124,
|
||||
GE_PATTERN = 125,
|
||||
NOT_PATTERN = 126
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user