1 write to Syntax
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
2004
this.
Syntax
= Syntax;
6 references to Syntax
Microsoft.CodeAnalysis.CSharp (6)
Binder\DecisionDagBuilder.cs (6)
1020
state.Dag = finalState(first.
Syntax
, first.CaseLabel, first.Bindings);
1028
BoundDecisionDagNode whenTrue = finalState(first.
Syntax
, first.CaseLabel, default);
1032
state.Dag = uniqifyDagNode(new BoundWhenDecisionDagNode(first.
Syntax
, first.Bindings, first.WhenClause, whenTrue, whenFalse));
1222
Index: stateForCase.Index, Syntax: stateForCase.
Syntax
,
1717
builder.Append($"{cd.Index}. [{cd.
Syntax
}] {(cd.PatternIsSatisfied ? "MATCH" : cd.RemainingTests.Dump(dumpDagTest))}");
2049
: new StateForCase(Index,
Syntax
, newRemainingTests, Bindings, WhenClause, CaseLabel);