internal static IRuntimeMethodInfo StripMethodInstantiation(IRuntimeMethodInfo method) { IRuntimeMethodInfo result = method; RuntimeMethodHandle.StripMethodInstantiation(method, JitHelpers.GetObjectHandleOnStack <IRuntimeMethodInfo>(ref result)); return(result); }