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