4 references to String
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
SpellCheck\AbstractSpellCheckSpanTests.cs (1)
52"String" => SpellCheckKind.String,
Microsoft.CodeAnalysis.Features (2)
SpellCheck\AbstractSpellCheckSpanService.cs (2)
85AddSpan(new SpellCheckSpan(token.Span, SpellCheckKind.String)); 90AddSpan(new SpellCheckSpan(token.Span, SpellCheckKind.String));
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SpellCheck\AbstractSpellCheckingHandler.cs (1)
215SpellCheckKind.String => VSInternalSpellCheckableRangeKind.String,