8 references to Comment
Microsoft.CodeAnalysis.EditorFeatures (8)
CommentSelection\AbstractCommentSelectionBase.cs (1)
173var spanTrackingMode = operation == Operation.Comment
CommentSelection\AbstractToggleBlockCommentBase.cs (2)
112returnOperation = Operation.Comment; 117if (returnOperation == 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)
99operation = Operation.Comment;