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