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