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