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)
85
AddSpan(new SpellCheckSpan(token.Span, SpellCheckKind.
String
));
90
AddSpan(new SpellCheckSpan(token.Span, SpellCheckKind.
String
));
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SpellCheck\AbstractSpellCheckingHandler.cs (1)
215
SpellCheckKind.
String
=> VSInternalSpellCheckableRangeKind.String,