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