1 write to Syntax
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
3152
this.
Syntax
= Syntax;
7 references to Syntax
Microsoft.CodeAnalysis.CSharp (7)
Binder\DecisionDagBuilder.cs (6)
1624
state.Dag = finalState(first.
Syntax
, first.CaseLabel, first.Bindings);
1632
BoundDecisionDagNode whenTrue = finalState(first.
Syntax
, first.CaseLabel, default);
1636
state.Dag = uniqifyDagNode(new BoundWhenDecisionDagNode(first.
Syntax
, first.Bindings, first.WhenClause, whenTrue, whenFalse));
1909
Index: stateForCase.Index, Syntax: stateForCase.
Syntax
,
2865
builder.Append($"{cd.Index}. [{cd.
Syntax
}] {(cd.PatternIsSatisfied ? "MATCH" : cd.RemainingTests.Dump(dumpDagTest))}");
3197
: new StateForCase(Index,
Syntax
, newRemainingTests, Bindings, WhenClause, CaseLabel);
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
533
context.RedundantNodes.Add(@case.
Syntax
);