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