3 references to TryGetTopologicallySortedReachableStates
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder.cs (3)
1407if (result.TryGetTopologicallySortedReachableStates(out ImmutableArray<DagState> states)) 1581bool wasAcyclic = decisionDag.TryGetTopologicallySortedReachableStates(out ImmutableArray<DagState> sortedStates); 2759if (!this.TryGetTopologicallySortedReachableStates(out var allStates))