Implemented interface member:
7 references to Report
Microsoft.CodeAnalysis.LanguageServer.Protocol (7)
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)"/>.
80
progress.
Report
([item]);
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (4)
182
progress.
Report
(report);
200
progress.
Report
(CreateRemovedReport(previousDiagnosticParams.TextDocument));
293
progress.
Report
(report);
306
progress.
Report
(CreateRemovedReport(removedResult.TextDocument));