36 references to Operation
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Microsoft.CodeAnalysis.EditorFeatures (23)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (8)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (8)
705=> CommentOrUncommentSelection(code, expectedChanges, new[] { expectedSelectedSpan }, supportBlockComments, Operation.Uncomment);
708=> CommentOrUncommentSelection(code, expectedChanges, expectedSelectedSpans, supportBlockComments, Operation.Uncomment);
711=> CommentOrUncommentSelection(code, expectedChanges, null /*expectedSelectedSpans*/, supportBlockComments, Operation.Comment);
714=> CommentOrUncommentSelection(code, expectedChanges, expectedSelectedSpans, supportBlockComments, Operation.Comment);
717=> CommentOrUncommentSelection(exportProvider, textView, expectedChanges, expectedSelectedSpans, supportBlockComments, Operation.Comment);
727Operation operation)
743Operation operation)
757.Select(textSpan => AbstractCommentSelectionBase<Operation>.CreateTrackingSpan(
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (4)