2 references to CopilotImplementNotImplementedException
Microsoft.CodeAnalysis.CSharp.Features (1)
Copilot\CSharpImplementNotImplementedExceptionFixProvider.cs (1)
27
[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.
CopilotImplementNotImplementedException
), Shared]
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\PredefinedCodeFixProviderNames.cs (1)
46
public const string CopilotImplementNotImplementedException = nameof(
CopilotImplementNotImplementedException
);