6 references to Comment
Microsoft.CodeAnalysis.EditorFeatures (6)
CommentSelection\AbstractCommentSelectionBase.cs (1)
173var spanTrackingMode = operation == Operation.Comment
CommentSelection\CommentUncommentSelectionCommandHandler.cs (4)
46=> this.ExecuteCommand(args.TextView, args.SubjectBuffer, Operation.Comment, context); 60=> operation == Operation.Comment 65=> operation == Operation.Comment 82if (operation == Operation.Comment)
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
98operation = Operation.Comment;