3 references to IsSorted
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\CodeGenerationHelpers.cs (1)
330if (!declarationList.IsSorted(comparerWithoutNameCheck))
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\UsingDirectiveSyntaxExtensions.cs (2)
33if (existingDirectives.IsSorted(comparers.Item1)) 37else if (existingDirectives.IsSorted(comparers.Item2))