9 references to CommentSelection
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (9)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (9)
87CommentSelection(code, new[] { new TextChange(TextSpan.FromBounds(0, 0), "//") }, 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);