1 write to Index
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
2001
this.
Index
= Index;
5 references to Index
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (5)
1715
builder.Append($"{cd.
Index
}. [{cd.Syntax}] {(cd.PatternIsSatisfied ? "MATCH" : cd.RemainingTests.Dump(dumpDagTest))}");
2034
return this.
Index
== other.
Index
&&
2040
return Hash.Combine(RemainingTests.GetHashCode(),
Index
);
2047
: new StateForCase(
Index
, Syntax, newRemainingTests, Bindings, WhenClause, CaseLabel);