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