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)
87
if (commentInfo.
SupportsBlockComment
)
CommentSelection\CommentUncommentSelectionCommandHandler.cs (5)
126
if (!commentInfo.
SupportsBlockComment
&& !commentInfo.SupportsSingleLineComment)
132
if (commentInfo.
SupportsBlockComment
&& !commentInfo.SupportsSingleLineComment)
147
else if (!commentInfo.
SupportsBlockComment
&& commentInfo.SupportsSingleLineComment)
196
if (info.
SupportsBlockComment
&& TryUncommentExactlyBlockComment(info, span, textChanges, spansToSelect))
209
if (info.
SupportsBlockComment
)