2 references to TryGetTopologicallySortedReachableStates
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder.cs (2)
1440
if (result.
TryGetTopologicallySortedReachableStates
(out ImmutableArray<DagState> states))
1614
bool wasAcyclic = decisionDag.
TryGetTopologicallySortedReachableStates
(out ImmutableArray<DagState> sortedStates);