11 references to CommentSelection
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (11)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (11)
80CommentSelection(code, Enumerable.Empty<TextChange>(), supportBlockComments: true);
87CommentSelection(code, new[] { new TextChange(TextSpan.FromBounds(0, 0), "//") }, supportBlockComments: true);
94CommentSelection(code, Enumerable.Empty<TextChange>(), supportBlockComments: true);
106CommentSelection(code, expectedChanges, supportBlockComments: true);
120CommentSelection(code, expectedChanges, supportBlockComments: true);
127CommentSelection(code, new[] { new TextChange(TextSpan.FromBounds(0, 0), "//") }, supportBlockComments: false);
215CommentSelection(code, expectedChanges, supportBlockComments: false);
237CommentSelection(code, expectedChanges, supportBlockComments: true);
259CommentSelection(code, expectedChanges, supportBlockComments: true);
285CommentSelection(code, expectedChanges, supportBlockComments: true);
306CommentSelection(code, expectedChanges, supportBlockComments: false);