7 references to Report
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\RelatedDocuments\RelatedDocumentsHandler.cs (1)
75progress.Report(new VSInternalRelatedDocumentReport
Handler\SpellCheck\AbstractSpellCheckingHandler.cs (3)
114progress.Report(report); 125progress.Report(CreateReport(previousParams.TextDocument, ranges: null, previousParams.PreviousResultId)); 221progress.Report(CreateReport(textDocument, ranges: null, resultId: null));
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
103progress.Report(symbolInfo);
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Implementation\LanguageServer\Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (2)
83progress.Report(CreateReport(previousResult.TextDocument, diagnostics: null, resultId: null)); 108progress.Report(CreateReport(