2 implementations of IsGenerateDocumentationCommentOptionEnabledAsync
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
Copilot\CSharpImplementNotImplementedExceptionFixProviderTests.cs (1)
620public Task<bool> IsGenerateDocumentationCommentOptionEnabledAsync()
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\CSharpVisualStudioCopilotOptionsService.cs (1)
108public Task<bool> IsGenerateDocumentationCommentOptionEnabledAsync()
1 reference to IsGenerateDocumentationCommentOptionEnabledAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
DocumentationComments\CopilotGenerateDocumentationCommentManager.cs (1)
79!await copilotOptionService.IsGenerateDocumentationCommentOptionEnabledAsync().ConfigureAwait(false))