6 references to Comment
Microsoft.CodeAnalysis.EditorFeatures (6)
CommentSelection\AbstractCommentSelectionBase.cs (1)
173
var 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
82
if (operation == Operation.
Comment
)
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
98
operation = Operation.
Comment
;