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)
45var token = _asyncListener.BeginAsyncOperation(nameof(StartSuggestionSessionAsync)); 78var token = _asyncListener.BeginAsyncOperation(nameof(GenerateDocumentationCommentProposalsAsync));