#
Hide Methods Calls
Hide calls to external and/or internal methods. Method calls are redirected through delegates which are dynamically built at runtime.
Usually it is sufficient to hide only external method calls.
Before (decompiled with ILSpy)::
After (decompiled with ILSpy):
After (decompiled with ILSpy) (with Obfuscation -> Naming Convention -> Stealth):