It looks like every time a dynamic method is called, a new instance of the dynamic method object is instantiated.
Previously I believe this was only occuring once per object instance.
Surely these methods are required only once per target object instance?
Description
It looks like every time a dynamic method is called, a new instance of the dynamic method object is instantiated.
Previously I believe this was only occuring once per object instance.
Surely these methods are required only once per target object instance?