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