1 write to _asyncListener
Microsoft.CodeAnalysis.EditorFeatures (1)
DocumentationComments\CopilotGenerateDocumentationCommentManager.cs (1)
35
_asyncListener
= listenerProvider.GetListener(FeatureAttribute.GenerateDocumentation);
2 references to _asyncListener
Microsoft.CodeAnalysis.EditorFeatures (2)
DocumentationComments\CopilotGenerateDocumentationCommentManager.cs (2)
45
var token =
_asyncListener
.BeginAsyncOperation(nameof(StartSuggestionSessionAsync));
78
var token =
_asyncListener
.BeginAsyncOperation(nameof(GenerateDocumentationCommentProposalsAsync));