1 write to Syntax
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
2002this.Syntax = Syntax;
5 references to Syntax
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (5)
1018state.Dag = finalState(first.Syntax, first.CaseLabel, first.Bindings); 1026BoundDecisionDagNode whenTrue = finalState(first.Syntax, first.CaseLabel, default); 1030state.Dag = uniqifyDagNode(new BoundWhenDecisionDagNode(first.Syntax, first.Bindings, first.WhenClause, whenTrue, whenFalse)); 1715builder.Append($"{cd.Index}. [{cd.Syntax}] {(cd.PatternIsSatisfied ? "MATCH" : cd.RemainingTests.Dump(dumpDagTest))}"); 2047: new StateForCase(Index, Syntax, newRemainingTests, Bindings, WhenClause, CaseLabel);