3 references to WorkspaceSpellCheckableRangesName
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\SpellCheck\WorkspaceSpellCheckHandler.cs (1)
15
[Method(VSInternalMethods.
WorkspaceSpellCheckableRangesName
)]
Protocol\Internal\VSInternalMethods.cs (1)
76
public static readonly LspRequest<VSInternalWorkspaceSpellCheckableParams, VSInternalWorkspaceSpellCheckableReport[]> WorkspaceSpellCheckableRanges = new LspRequest<VSInternalWorkspaceSpellCheckableParams, VSInternalWorkspaceSpellCheckableReport[]>(
WorkspaceSpellCheckableRangesName
);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
SpellCheck\SpellCheckTests.cs (1)
641
VSInternalMethods.
WorkspaceSpellCheckableRangesName
,