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