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