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