1 write to Index
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
3124this.Index = Index;
10 references to Index
Microsoft.CodeAnalysis.CSharp (10)
Binder\DecisionDagBuilder.cs (10)
1467Debug.Assert(stateForCases.Index == state.TrueBranch.Cases[case2].Index); 1472Debug.Assert(case2 >= state.TrueBranch.Cases.Count || stateForCases.Index != state.TrueBranch.Cases[case2].Index); 1904Index: stateForCase.Index, Syntax: stateForCase.Syntax, 2838builder.Append($"{cd.Index}. [{cd.Syntax}] {(cd.PatternIsSatisfied ? "MATCH" : cd.RemainingTests.Dump(dumpDagTest))}"); 3157return this.Index == other.Index && 3163return Hash.Combine(RemainingTests.GetHashCode(), Index); 3170: new StateForCase(Index, Syntax, newRemainingTests, Bindings, WhenClause, CaseLabel);