3 references to MergeAndPruneCompletionLists
Microsoft.CodeAnalysis.Features (3)
Completion\CompletionService_GetCompletions.cs (3)
113return MergeAndPruneCompletionLists(exclusiveContexts.AddRange(expandedContexts), options, isExclusive: false); 116return MergeAndPruneCompletionLists(exclusiveContexts, options, isExclusive: true); 136return MergeAndPruneCompletionLists(allContexts, options, isExclusive: false);