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