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