3 references to Identifier
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
SpellCheck\AbstractSpellCheckSpanTests.cs (1)
51
"Identifier" => SpellCheckKind.
Identifier
,
Microsoft.CodeAnalysis.Features (1)
SpellCheck\AbstractSpellCheckSpanService.cs (1)
127
AddSpan(new SpellCheckSpan(token.Span, SpellCheckKind.
Identifier
));
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SpellCheck\AbstractSpellCheckingHandler.cs (1)
213
SpellCheckKind.
Identifier
=> VSInternalSpellCheckableRangeKind.Identifier,