Skip to content

Commit 1511838

Browse files
committed
C#: Exclude entry definitions from qualifier definitions.
1 parent de09d51 commit 1511838

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
@@ -632,6 +632,7 @@ module Ssa {
632632
private SsaDefinition q;
633633

634634
ImplicitQualifierDefinition() {
635+
not this instanceof SsaImplicitEntryDefinition and
635636
exists(BasicBlock bb, int i, SourceVariables::QualifiedFieldOrPropSourceVariable v |
636637
this.definesAt(v, bb, i)
637638
|

0 commit comments

Comments
 (0)