wliao008 / buffalo

an aspect oriented programming framework using mono cecil for the .NET platform
1 stars 0 forks source link

Multiple calls to args.Proceed() results in NullRef exception #25

Closed wliao008 closed 11 years ago

wliao008 commented 11 years ago

Apparently not all the call to the original methods are modified from inside Invoke(..). Currently only the first occurrence is modified.