1 write to _asyncListener
Microsoft.CodeAnalysis.EditorFeatures (1)
DocumentationComments\CopilotGenerateDocumentationCommentManager.cs (1)
34
_asyncListener
= listenerProvider.GetListener(FeatureAttribute.GenerateDocumentation);
1 reference to _asyncListener
Microsoft.CodeAnalysis.EditorFeatures (1)
DocumentationComments\CopilotGenerateDocumentationCommentManager.cs (1)
45
var token =
_asyncListener
.BeginAsyncOperation(nameof(GenerateDocumentationCommentProposalsAsync));