protected override bool CanExecute(Context ctx) { return(ctx.ReferenceSegment.IsLocalTarget && MethodBodySettingsCommand.CanExecute(ctx.Nodes)); }
protected override bool CanExecuteInternal(ILSpyTreeNode[] nodes) { return(MethodBodySettingsCommand.CanExecute(nodes)); }