4 references to IsSorted
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\ActiveStatementsMap.cs (1)
51Debug.Assert(documentPathMap.All(entry => entry.Value.IsSorted(Comparer)));
EditAndContinue\DocumentAnalysisResults.cs (1)
156Debug.Assert(lineEditsOpt.All(documentLineEdits => documentLineEdits.LineUpdates.IsSorted(Comparer<SourceLineUpdate>.Create(
Microsoft.CodeAnalysis.Workspaces (2)
src\Dependencies\Collections\Extensions\ImmutableArrayExtensions.cs (1)
980=> IsSorted(array, Comparer<T>.Create(comparison));
Workspace\Solution\SolutionState.cs (1)
172Debug.Assert(SortedProjectStates.IsSorted());