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