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