4 references to IsSorted
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\ActiveStatementsMap.cs (1)
51
Debug.Assert(documentPathMap.All(entry => entry.Value.
IsSorted
(Comparer)));
EditAndContinue\DocumentAnalysisResults.cs (1)
156
Debug.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)
172
Debug.Assert(SortedProjectStates.
IsSorted
());