11 references to CommentSelection
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (11)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (11)
79CommentSelection(@"|start||end|", [], supportBlockComments: true);
85CommentSelection(@"Some text on a line|start||end|", new[] { new TextChange(TextSpan.FromBounds(0, 0), "//") }, supportBlockComments: true);
91CommentSelection(@" |start| |end| ", [], supportBlockComments: true);
102CommentSelection(@"this is |start| some |end| text", expectedChanges, supportBlockComments: true);
113CommentSelection("""
123CommentSelection(@"this is |start| some |end| text", new[] { new TextChange(TextSpan.FromBounds(0, 0), "//") }, supportBlockComments: false);
205CommentSelection("""
227CommentSelection("""
249CommentSelection("""
274CommentSelection("""
296CommentSelection("""