Skip to content

Commit 77807c8

Browse files
committed
C#: Exclude entry definitions from qualifier definitions.
1 parent e0421db commit 77807c8

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
@@ -625,6 +625,7 @@ module Ssa {
625625
private SsaDefinition q;
626626

627627
ImplicitQualifierDefinition() {
628+
not this instanceof SsaImplicitEntryDefinition and
628629
exists(BasicBlock bb, int i, SourceVariables::QualifiedFieldOrPropSourceVariable v |
629630
this.definesAt(v, bb, i)
630631
|

0 commit comments

Comments
 (0)