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