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