1 override of GetCachedDiagnosticsCoreAsync
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.cs (1)
78
protected override Task<ImmutableArray<Diagnostic>>
GetCachedDiagnosticsCoreAsync
(Document document, string promptTitle, CancellationToken cancellationToken)
1 reference to GetCachedDiagnosticsCoreAsync
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Analyzer\AbstractCopilotCodeAnalysisService.cs (1)
157
var cachedDiagnostics = await
GetCachedDiagnosticsCoreAsync
(document, promptTitle, cancellationToken).ConfigureAwait(false);