1 write to UncommentedSpansInSelection
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
298
UncommentedSpansInSelection
= GetUncommentedSpansInSelection();
2 references to UncommentedSpansInSelection
Microsoft.CodeAnalysis.EditorFeatures (2)
CommentSelection\AbstractToggleBlockCommentBase.cs (2)
229
foreach (var uncommentedSpan in blockCommentSelection.
UncommentedSpansInSelection
)
347
=> !
UncommentedSpansInSelection
.Any() && HasIntersectingBlockComments();