StripMethodInstantiation() private method

private StripMethodInstantiation ( ) : RuntimeMethodHandle
return RuntimeMethodHandle
Example #1
0
        internal static IRuntimeMethodInfo StripMethodInstantiation(IRuntimeMethodInfo method)
        {
            IRuntimeMethodInfo result = method;

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