Method TryDisableInlining
TryDisableInlining(MethodBase)
Tries to disable inlining of the provided method, if the underlying runtime supports it.
public bool TryDisableInlining(MethodBase method)
Parameters
method
MethodBase- The method to disable inlining of.