4 references to Comment
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
SpellCheck\AbstractSpellCheckSpanTests.cs (1)
47
"Comment" => SpellCheckKind.
Comment
,
Microsoft.CodeAnalysis.Features (2)
SpellCheck\AbstractSpellCheckSpanService.cs (2)
251
AddSpan(new SpellCheckSpan(trivia.Span, SpellCheckKind.
Comment
));
271
AddSpan(new SpellCheckSpan(token.Span, SpellCheckKind.
Comment
));
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
582
SpellCheckKind.
Comment
=> LSP.VSInternalSpellCheckableRangeKind.Comment,