We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85841f6 commit 75ea449Copy full SHA for 75ea449
csharp/ql/consistency-queries/DataFlowConsistency.ql
@@ -72,5 +72,5 @@ private class MyConsistencyConfiguration extends ConsistencyConfiguration {
72
73
override predicate reverseReadExclude(Node n) { n.asExpr() = any(AwaitExpr ae).getExpr() }
74
75
- override predicate identityLocalStepExclude(Node n) { this.missingLocationExclude(n) }
+ override predicate identityLocalStepExclude(Node n) { n.getLocation().getFile().fromLibrary() }
76
}
0 commit comments