4 references to Comment
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
SpellCheck\AbstractSpellCheckSpanTests.cs (1)
50
"Comment" => SpellCheckKind.
Comment
,
Microsoft.CodeAnalysis.Features (2)
SpellCheck\AbstractSpellCheckSpanService.cs (2)
142
AddSpan(new SpellCheckSpan(trivia.Span, SpellCheckKind.
Comment
));
164
AddSpan(new SpellCheckSpan(token.Span, SpellCheckKind.
Comment
));
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SpellCheck\AbstractSpellCheckingHandler.cs (1)
214
SpellCheckKind.
Comment
=> VSInternalSpellCheckableRangeKind.Comment,