1 instantiation of DecisionDag
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
967
return new
DecisionDag
(initialState);
5 references to DecisionDag
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (5)
743
DecisionDag
decisionDag = MakeDecisionDag(ref cases, uniqueState);
810
/// Make a <see cref="
DecisionDag
"/> (state machine) starting with the given set of cases in the root node,
813
private
DecisionDag
MakeDecisionDag(
971
/// Compute the <see cref="BoundDecisionDag"/> corresponding to each <see cref="DagState"/> of the given <see cref="
DecisionDag
"/>
974
private void ComputeBoundDecisionDagNodes(
DecisionDag
decisionDag, BoundLeafDecisionDagNode defaultDecision)