1 write to IntersectingBlockComments
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
292IntersectingBlockComments = GetIntersectingBlockComments(allBlockComments, SelectedSpan);
4 references to IntersectingBlockComments
Microsoft.CodeAnalysis.EditorFeatures (4)
CommentSelection\AbstractToggleBlockCommentBase.cs (4)
145var intersectingBlockComments = blockCommentSelection.IntersectingBlockComments; 316=> IntersectingBlockComments.Contains(span => span.Contains(location)); 348=> IntersectingBlockComments.Any(); 408foreach (var commentedSpan in IntersectingBlockComments)