1 write to IntersectingBlockComments
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
297IntersectingBlockComments = GetIntersectingBlockComments(allBlockComments, SelectedSpan);
4 references to IntersectingBlockComments
Microsoft.CodeAnalysis.EditorFeatures (4)
CommentSelection\AbstractToggleBlockCommentBase.cs (4)
150var intersectingBlockComments = blockCommentSelection.IntersectingBlockComments; 321=> IntersectingBlockComments.Contains(span => span.Contains(location)); 353=> IntersectingBlockComments.Any(); 413foreach (var commentedSpan in IntersectingBlockComments)