3 references to BoundWhenDecisionDagNode
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder.cs (2)
1030
state.Dag = uniqifyDagNode(new
BoundWhenDecisionDagNode
(first.Syntax, first.Bindings, first.WhenClause, whenTrue, whenFalse));
1036
return bindings.IsDefaultOrEmpty ? final : uniqifyDagNode(new
BoundWhenDecisionDagNode
(syntax, bindings, null, final, null));
Generated\BoundNodes.xml.Generated.cs (1)
5136
var result = new
BoundWhenDecisionDagNode
(this.Syntax, bindings, whenExpression, whenTrue, whenFalse, this.HasErrors);