1 write to Index
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
2269
this.
Index
= Index;
10 references to Index
Microsoft.CodeAnalysis.CSharp (10)
Binder\DecisionDagBuilder.cs (10)
1077
Debug.Assert(stateForCases.
Index
== state.TrueBranch.Cases[case2].
Index
);
1082
Debug.Assert(case2 >= state.TrueBranch.Cases.Count || stateForCases.
Index
!= state.TrueBranch.Cases[case2].
Index
);
1432
Index: stateForCase.
Index
, Syntax: stateForCase.Syntax,
1983
builder.Append($"{cd.
Index
}. [{cd.Syntax}] {(cd.PatternIsSatisfied ? "MATCH" : cd.RemainingTests.Dump(dumpDagTest))}");
2302
return this.
Index
== other.
Index
&&
2308
return Hash.Combine(RemainingTests.GetHashCode(),
Index
);
2315
: new StateForCase(
Index
, Syntax, newRemainingTests, Bindings, WhenClause, CaseLabel);