2 instantiations of DecisionDag
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder.cs (2)
1399
return removeUnnecessaryStates(initialState, new
DecisionDag
(initialState));
1535
result = new
DecisionDag
(initialState);
7 references to DecisionDag
Microsoft.CodeAnalysis.CSharp (7)
Binder\DecisionDagBuilder.cs (7)
1187
DecisionDag
decisionDag = MakeDecisionDag(ref cases, uniqueState);
1255
/// Make a <see cref="
DecisionDag
"/> (state machine) starting with the given set of cases in the root node,
1258
private
DecisionDag
MakeDecisionDag(
1401
static
DecisionDag
removeUnnecessaryStates(DagState initialState,
DecisionDag
result)
1572
/// Compute the <see cref="BoundDecisionDag"/> corresponding to each <see cref="DagState"/> of the given <see cref="
DecisionDag
"/>
1575
private void ComputeBoundDecisionDagNodes(
DecisionDag
decisionDag, BoundLeafDecisionDagNode defaultDecision)