2 implementations of IsImplementNotImplementedExceptionEnabledAsync
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
Copilot\CSharpImplementNotImplementedExceptionFixProviderTests.cs (1)
623public Task<bool> IsImplementNotImplementedExceptionEnabledAsync()
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\CSharpVisualStudioCopilotOptionsService.cs (1)
111public Task<bool> IsImplementNotImplementedExceptionEnabledAsync()
1 reference to IsImplementNotImplementedExceptionEnabledAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
Copilot\CSharpImplementNotImplementedExceptionFixProvider.cs (1)
46await optionsService.IsImplementNotImplementedExceptionEnabledAsync().ConfigureAwait(false) is false)