1 override of ImplementNotImplementedExceptionsCoreAsync
Microsoft.CodeAnalysis.Features.ExternalAccess (1)
Copilot\Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.cs (1)
159
protected override async Task<ImmutableDictionary<SyntaxNode, ImplementationDetails>>
ImplementNotImplementedExceptionsCoreAsync
(
1 reference to ImplementNotImplementedExceptionsCoreAsync
Microsoft.CodeAnalysis.Features.ExternalAccess (1)
Copilot\Internal\Analyzer\AbstractCopilotCodeAnalysisService.cs (1)
222
return await
ImplementNotImplementedExceptionsCoreAsync
(document, methodOrProperties, cancellationToken).ConfigureAwait(false);