1 write to SupportsBlockComment
Microsoft.CodeAnalysis.Features (1)
CommentSelection\CommentSelectionInfo.cs (1)
12
SupportsBlockComment
= supportsBlockComment;
6 references to SupportsBlockComment
Microsoft.CodeAnalysis.EditorFeatures (6)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
82
if (commentInfo.
SupportsBlockComment
)
CommentSelection\CommentUncommentSelectionCommandHandler.cs (5)
118
if (!commentInfo.
SupportsBlockComment
&& !commentInfo.SupportsSingleLineComment)
124
if (commentInfo.
SupportsBlockComment
&& !commentInfo.SupportsSingleLineComment)
139
else if (!commentInfo.
SupportsBlockComment
&& commentInfo.SupportsSingleLineComment)
188
if (info.
SupportsBlockComment
&& TryUncommentExactlyBlockComment(info, span, textChanges, spansToSelect))
201
if (info.
SupportsBlockComment
)