4 overrides of CreateReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
27
protected override VSInternalDiagnosticReport[]
CreateReport
(TextDocumentIdentifier identifier, Roslyn.LanguageServer.Protocol.Diagnostic[]? diagnostics, string? resultId)
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticsHandler.cs (1)
37
protected override DocumentDiagnosticPartialReport
CreateReport
(TextDocumentIdentifier identifier, Roslyn.LanguageServer.Protocol.Diagnostic[] diagnostics, string resultId)
Handler\Diagnostics\Public\PublicWorkspacePullDiagnosticsHandler.cs (1)
35
protected override WorkspaceDiagnosticPartialReport
CreateReport
(TextDocumentIdentifier identifier, Roslyn.LanguageServer.Protocol.Diagnostic[] diagnostics, string resultId)
Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
33
protected override VSInternalWorkspaceDiagnosticReport[]
CreateReport
(TextDocumentIdentifier identifier, Roslyn.LanguageServer.Protocol.Diagnostic[]? diagnostics, string? resultId)