Implemented interface member:
method
GetCachedDiagnosticsAsync
Microsoft.CodeAnalysis.Diagnostics.IDiagnosticAnalyzerService.GetCachedDiagnosticsAsync(Microsoft.CodeAnalysis.Workspace, Microsoft.CodeAnalysis.ProjectId, Microsoft.CodeAnalysis.DocumentId, System.Boolean, System.Threading.CancellationToken)
3 references to GetCachedDiagnosticsAsync
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
Diagnostics\DiagnosticProviderTests.vb (1)
270Dim actualDiagnostics = diagnosticProvider.GetCachedDiagnosticsAsync(workspace).Result
Diagnostics\DiagnosticServiceTests.vb (1)
2178Dim diagnostics = Await diagnosticService.GetCachedDiagnosticsAsync(workspace, project.Id)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DiagnosticAnalyzerService_UpdateSource.cs (1)
92return new ValueTask<ImmutableArray<DiagnosticData>>(GetCachedDiagnosticsAsync(workspace, projectId, documentId, includeSuppressedDiagnostics, cancellationToken));