Base:
method
CreateReport
Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.AbstractPullDiagnosticHandler<TDiagnosticsParams, TReport, TReturn>.CreateReport(Roslyn.LanguageServer.Protocol.TextDocumentIdentifier, Roslyn.LanguageServer.Protocol.Diagnostic[], System.String)
2 references to CreateReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (2)
43=> CreateReport(identifier, diagnostics: null, resultId: null); 47report = CreateReport(identifier, diagnostics: null, resultId);