2 implementations of IsRefineOptionEnabledAsync
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
Copilot\CSharpImplementNotImplementedExceptionFixProviderTests.cs (1)
611public Task<bool> IsRefineOptionEnabledAsync()
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\CSharpVisualStudioCopilotOptionsService.cs (1)
102public Task<bool> IsRefineOptionEnabledAsync()
2 references to IsRefineOptionEnabledAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\RefineUsingCopilot\RefineUsingCopilotSuggestedAction.cs (1)
48await optionsService.IsRefineOptionEnabledAsync().ConfigureAwait(false) is false)
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Analyzer\AbstractCopilotCodeAnalysisService.cs (1)
179if (await service.IsRefineOptionEnabledAsync().ConfigureAwait(false))