2 writes to Ranges
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\SpellCheck\DocumentSpellCheckHandler.cs (1)
20Ranges = ranges,
Handler\SpellCheck\WorkspaceSpellCheckHandler.cs (1)
22Ranges = ranges,
2 references to Ranges
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\Internal\VSInternalSpellCheckableRangeReport.cs (2)
30/// 1. <see cref="Ranges"/> property can contain multiple spans to spell check. 31/// 2. Each span is defined by a set of 3 ordered integers in the <see cref="Ranges"/> property.