Skip to content

Commit cb62155

Browse files
committed
C#: Exclude entry definitions from qualifier definitions.
1 parent 1116435 commit cb62155

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • csharp/ql/lib/semmle/code/csharp/dataflow

csharp/ql/lib/semmle/code/csharp/dataflow/SSA.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@ module Ssa {
644644
private SsaDefinition q;
645645

646646
ImplicitQualifierDefinition() {
647+
not this instanceof SsaImplicitEntryDefinition and
647648
exists(BasicBlock bb, int i, SourceVariables::QualifiedFieldOrPropSourceVariable v |
648649
this.definesAt(v, bb, i)
649650
|

0 commit comments

Comments
 (0)