2 references to BoundLeafDecisionDagNode
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder.cs (2)
1195var defaultDecision = new BoundLeafDecisionDagNode(syntax, _defaultLabel); 1636BoundDecisionDagNode final = uniqifyDagNode(new BoundLeafDecisionDagNode(syntax, label));