2 references to MergeAndPruneCompletionLists
Microsoft.CodeAnalysis.Features (2)
Completion\CompletionService_GetCompletions.cs (2)
132
return
MergeAndPruneCompletionLists
(exclusiveContexts, defaultItemSpan, options, isExclusive: true);
151
return
MergeAndPruneCompletionLists
(allContexts, defaultItemSpan, options, isExclusive: false);