2 overrides of CreateReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\SpellCheck\DocumentSpellCheckHandler.cs (1)
17
protected override VSInternalSpellCheckableRangeReport
CreateReport
(TextDocumentIdentifier identifier, int[]? ranges, string? resultId)
Handler\SpellCheck\WorkspaceSpellCheckHandler.cs (1)
18
protected override VSInternalWorkspaceSpellCheckableReport
CreateReport
(TextDocumentIdentifier identifier, int[]? ranges, string? resultId)
4 references to CreateReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\SpellCheck\AbstractSpellCheckingHandler.cs (4)
125
progress.Report(
CreateReport
(previousParams.TextDocument, ranges: null, previousParams.PreviousResultId));
166
yield return
CreateReport
(textDocumentIdentifier, [], resultId);
198
yield return
CreateReport
(textDocumentIdentifier, triples, resultId);
221
progress.Report(
CreateReport
(textDocument, ranges: null, resultId: null));