3 references to TextDocumentSpellCheckableRangesName
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\SpellCheck\DocumentSpellCheckHandler.cs (1)
11[Method(VSInternalMethods.TextDocumentSpellCheckableRangesName)]
Protocol\Internal\VSInternalMethods.cs (1)
71public static readonly LspRequest<VSInternalDocumentSpellCheckableParams, VSInternalSpellCheckableRangeReport[]> TextDocumentSpellCheckableRanges = new LspRequest<VSInternalDocumentSpellCheckableParams, VSInternalSpellCheckableRangeReport[]>(TextDocumentSpellCheckableRangesName);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
SpellCheck\SpellCheckTests.cs (1)
620VSInternalMethods.TextDocumentSpellCheckableRangesName,