2 references to SortingComparer
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\ItemManager.CompletionListUpdater.cs (1)
151itemsToBeIncluded.Sort(MatchResult.SortingComparer);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\CompletionHandler.cs (1)
233matchResultsBuilder.Sort(MatchResult.SortingComparer);