1 write to Index
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
3181
this.
Index
= Index;
9 references to Index
Microsoft.CodeAnalysis.CSharp (9)
Binder\DecisionDagBuilder.cs (9)
1500
Debug.Assert(stateForCases.
Index
== state.TrueBranch.Cases[case2].
Index
);
1505
Debug.Assert(case2 >= state.TrueBranch.Cases.Count || stateForCases.
Index
!= state.TrueBranch.Cases[case2].
Index
);
1937
Index: stateForCase.
Index
, Syntax: stateForCase.Syntax,
3214
return this.
Index
== other.
Index
&&
3220
return Hash.Combine(RemainingTests.GetHashCode(),
Index
);
3227
: new StateForCase(
Index
, Syntax, newRemainingTests, Bindings, WhenClause, CaseLabel);