2 references to HasIntersectingBlockComments
Microsoft.CodeAnalysis.EditorFeatures (2)
CommentSelection\AbstractToggleBlockCommentBase.cs (2)
167
if (blockCommentSelection.
HasIntersectingBlockComments
())
344
=> !UncommentedSpansInSelection.Any() &&
HasIntersectingBlockComments
();