1 write to IntersectingBlockComments
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
294IntersectingBlockComments = GetIntersectingBlockComments(allBlockComments, SelectedSpan);
4 references to IntersectingBlockComments
Microsoft.CodeAnalysis.EditorFeatures (4)
CommentSelection\AbstractToggleBlockCommentBase.cs (4)
147var intersectingBlockComments = blockCommentSelection.IntersectingBlockComments; 318=> IntersectingBlockComments.Contains(span => span.Contains(location)); 350=> IntersectingBlockComments.Any(); 410foreach (var commentedSpan in IntersectingBlockComments)