2 references to TryGetTopologicallySortedReachableStates
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder.cs (2)
980
bool wasAcyclic = decisionDag.
TryGetTopologicallySortedReachableStates
(out ImmutableArray<DagState> sortedStates);
1650
if (!this.
TryGetTopologicallySortedReachableStates
(out var allStates))