2 references to SpellCheckSpanKindToSpellCheckableRangeKind
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Cohost\Handlers\DocumentSpellCheck.cs (1)
33var kind = ProtocolConversions.SpellCheckSpanKindToSpellCheckableRangeKind(span.Kind);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SpellCheck\AbstractSpellCheckingHandler.cs (1)
188var kind = ProtocolConversions.SpellCheckSpanKindToSpellCheckableRangeKind(span.Kind);