1 write to _suggestionManager
Microsoft.CodeAnalysis.EditorFeatures (1)
DocumentationComments\CopilotGenerateDocumentationCommentProvider.cs (1)
39_suggestionManager ??= await suggestionServiceBase.TryRegisterProviderAsync(this, textView, "AmbientAIDocumentationComments", cancellationToken).ConfigureAwait(false);
6 references to _suggestionManager
Microsoft.CodeAnalysis.EditorFeatures (6)
DocumentationComments\CopilotGenerateDocumentationCommentProvider.cs (6)
33[MemberNotNullWhen(true, nameof(_suggestionManager))] 34public bool Enabled => _enabled && (_suggestionManager != null); 50var intelliCodeLineCompletionsDisposable = await _suggestionManager.DisableProviderAsync( 53var suggestion = new DocumentationCommentSuggestion(this, _suggestionManager, intelliCodeLineCompletionsDisposable); 102var intelliCodeLineCompletionsDisposable = await _suggestionManager.DisableProviderAsync( 104suggestion = new DocumentationCommentSuggestion(this, _suggestionManager, intelliCodeLineCompletionsDisposable);