1 instantiation of BlockCommentSelectionHelper
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
105var blockCommentSelections = selectedSpans.SelectAsArray(span => new BlockCommentSelectionHelper(blockCommentedSpans, span));
7 references to BlockCommentSelectionHelper
Microsoft.CodeAnalysis.EditorFeatures (7)
CommentSelection\AbstractToggleBlockCommentBase.cs (7)
112foreach (var blockCommentSelection in blockCommentSelections) 126foreach (var blockCommentSelection in blockCommentSelections) 136BlockCommentSelectionHelper blockCommentSelection, ArrayBuilder<TextChange> textChanges, 166private static void BlockCommentSpan(BlockCommentSelectionHelper blockCommentSelection, ITextStructureNavigator navigator, 192private static int GetCaretLocationAfterToken(ITextStructureNavigator navigator, BlockCommentSelectionHelper blockCommentSelection) 220private static void AddBlockCommentWithIntersectingSpans(BlockCommentSelectionHelper blockCommentSelection, 263private static void DeleteBlockComment(BlockCommentSelectionHelper blockCommentSelection, TextSpan spanToRemove,