Implemented interface member:
6 references to Report
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Handler\BufferedProgress.cs (3)
60
/// all calls to <see cref="
Report
(T)"/> have been made. Not safe to call concurrently with any call to <see
61
/// cref="
Report
(T)"/>.
74
progress.
Report
(new[] { item });
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (3)
190
progress.
Report
(CreateUnchangedReport(previousParams.TextDocument, previousParams.PreviousResultId));
297
progress.
Report
(report);
310
progress.
Report
(CreateRemovedReport(removedResult.TextDocument));