3 references to Comment
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\ProtocolConversions.cs (1)
580
SpellCheckKind.Comment => LSP.VSInternalSpellCheckableRangeKind.
Comment
,
Protocol\Internal\VSInternalSpellCheckableRangeReport.cs (1)
43
/// 1, // The kind of the span. Equivalent to <see cref="VSInternalSpellCheckableRangeKind.
Comment
"/>.
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
SpellCheck\SpellCheckTests.cs (1)
600
"Comment" => VSInternalSpellCheckableRangeKind.
Comment
,