2 references to BoundEvaluationDecisionDagNode
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder.cs (1)
1048
state.Dag = uniqifyDagNode(new
BoundEvaluationDecisionDagNode
(e.Syntax, e, next));
Generated\BoundNodes.xml.Generated.cs (1)
5067
var result = new
BoundEvaluationDecisionDagNode
(this.Syntax, evaluation, next, this.HasErrors);