2 overrides of CreateReport
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Implementation\LanguageServer\Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
32
protected override VSInternalDiagnosticReport
CreateReport
(TextDocumentIdentifier? identifier, VSDiagnostic[]? diagnostics, string? resultId)
Implementation\LanguageServer\Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
31
protected override VSInternalWorkspaceDiagnosticReport
CreateReport
(TextDocumentIdentifier? identifier, VSDiagnostic[]? diagnostics, string? resultId)
2 references to CreateReport
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Implementation\LanguageServer\Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (2)
83
progress.Report(
CreateReport
(previousResult.TextDocument, diagnostics: null, resultId: null));
108
progress.Report(
CreateReport
(