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