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)"/>. 80progress.Report([item]);
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (4)
182progress.Report(report); 200progress.Report(CreateRemovedReport(previousDiagnosticParams.TextDocument)); 293progress.Report(report); 306progress.Report(CreateRemovedReport(removedResult.TextDocument));