9 references to UncommentSelection
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (9)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (9)
313UncommentSelection(code, new[] { new TextChange(new TextSpan(0, 2), string.Empty) }, Span.FromBounds(0, 6), supportBlockComments: true);
326UncommentSelection(code, expectedChanges, Span.FromBounds(7, 28), supportBlockComments: true);
339UncommentSelection(code, expectedChanges, Span.FromBounds(11, 32), supportBlockComments: true);
367UncommentSelection(code, expectedChanges, Span.FromBounds(14, 119), supportBlockComments: true);
415UncommentSelection(code, expectedChanges, Span.FromBounds(2, 25), supportBlockComments: true);
430UncommentSelection(code,
444UncommentSelection(code,
458UncommentSelection(code,
472UncommentSelection(code,