1 write to Index
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
2003
this.
Index
= Index;
6 references to Index
Microsoft.CodeAnalysis.CSharp (6)
Binder\DecisionDagBuilder.cs (6)
1222
Index: stateForCase.
Index
, Syntax: stateForCase.Syntax,
1717
builder.Append($"{cd.
Index
}. [{cd.Syntax}] {(cd.PatternIsSatisfied ? "MATCH" : cd.RemainingTests.Dump(dumpDagTest))}");
2036
return this.
Index
== other.
Index
&&
2042
return Hash.Combine(RemainingTests.GetHashCode(),
Index
);
2049
: new StateForCase(
Index
, Syntax, newRemainingTests, Bindings, WhenClause, CaseLabel);