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