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