1 implementation of GetLastComputedDocumentDiagnostics
Microsoft.CodeAnalysis.Features (1)
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (1)
116public ImmutableArray<DiagnosticData> GetLastComputedDocumentDiagnostics(DocumentId documentId)
1 reference to GetLastComputedDocumentDiagnostics
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\DiagnosticSources\AbstractWorkspaceDocumentDiagnosticSource.cs (1)
93var diagnostics = codeAnalysisService.GetLastComputedDocumentDiagnostics(Document.Id);