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