Stop inlining...

If you want to prevent a method from being inlined, add:

[MethodImplAttribute(MethodImplOptions.NoInlining)]