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