1 write to CaseLabel
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
2006
this.
CaseLabel
= CaseLabel;
3 references to CaseLabel
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder.cs (3)
1018
state.Dag = finalState(first.Syntax, first.
CaseLabel
, first.Bindings);
1026
BoundDecisionDagNode whenTrue = finalState(first.Syntax, first.
CaseLabel
, default);
2047
: new StateForCase(Index, Syntax, newRemainingTests, Bindings, WhenClause,
CaseLabel
);