2 writes to _completionService
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\AsyncCompletion\ItemManager.CompletionListUpdater.cs (2)
98_completionService = _document.GetLanguageService<CompletionService>(); 116_completionService = null;
5 references to _completionService
Microsoft.CodeAnalysis.EditorFeatures (5)
IntelliSense\AsyncCompletion\ItemManager.CompletionListUpdater.cs (5)
99_completionRules = _completionService?.GetRules(globalOptions.GetCompletionOptions(_document.Project.Language)) ?? CompletionRules.Default; 104_filterMethod = _completionService == null 106: ((matchResults, text, filteredItemsBuilder) => _completionService.FilterItems(_document, matchResults, text, filteredItemsBuilder)); 821if (_completionService is not null && 826return !await _completionService.IsSpeculativeTypeParameterContextAsync(_document!, item.Span.Start, cancellationToken).ConfigureAwait(false);