11 references to UncommentSelection
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (11)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (11)
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,
486UncommentSelection(code, Enumerable.Empty<TextChange>(), new Span(17, 0), supportBlockComments: true);
493UncommentSelection(code, Enumerable.Empty<TextChange>(), new Span(8, 0), supportBlockComments: true);