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)
2 references to CreateReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\SpellCheck\AbstractSpellCheckingHandler.cs (2)
200
yield return
CreateReport
(textDocumentIdentifier, triples, resultId);
223
progress.Report(
CreateReport
(textDocument, ranges: null, resultId: null));