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
))]
34
public bool Enabled => _enabled && (
_suggestionManager
!= null);
50
var intelliCodeLineCompletionsDisposable = await
_suggestionManager
.DisableProviderAsync(
53
var suggestion = new DocumentationCommentSuggestion(this,
_suggestionManager
, intelliCodeLineCompletionsDisposable);
102
var intelliCodeLineCompletionsDisposable = await
_suggestionManager
.DisableProviderAsync(
104
suggestion = new DocumentationCommentSuggestion(this,
_suggestionManager
, intelliCodeLineCompletionsDisposable);