4 overrides of TryCreateUnchangedReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
45
protected override bool
TryCreateUnchangedReport
(TextDocumentIdentifier identifier, string resultId, out VSInternalDiagnosticReport[] report)
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticsHandler.cs (1)
51
protected override bool
TryCreateUnchangedReport
(TextDocumentIdentifier identifier, string resultId, out DocumentDiagnosticPartialReport report)
Handler\Diagnostics\Public\PublicWorkspacePullDiagnosticsHandler.cs (1)
67
protected override bool
TryCreateUnchangedReport
(TextDocumentIdentifier identifier, string resultId, out WorkspaceDiagnosticPartialReport report)
Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
49
protected override bool
TryCreateUnchangedReport
(TextDocumentIdentifier identifier, string resultId, [NotNullWhen(true)] out VSInternalWorkspaceDiagnosticReport[]? report)