We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9e817 commit 1739673Copy full SHA for 1739673
1 file changed
csharp/ql/consistency-queries/SsaConsistency.ql
@@ -0,0 +1,10 @@
1
+import csharp
2
+import semmle.code.csharp.dataflow.internal.SsaImplCommon::Consistency
3
+
4
+class MyRelevantDefinition extends RelevantDefinition, Ssa::Definition {
5
+ override predicate hasLocationInfo(
6
+ string filepath, int startline, int startcolumn, int endline, int endcolumn
7
+ ) {
8
+ this.getLocation().hasLocationInfo(filepath, startline, startcolumn, endline, endcolumn)
9
+ }
10
+}
0 commit comments