// if functionPointer points at an import or unboxing stub, find the target of the stub public static IntPtr GetCodeTarget(IntPtr functionPointer) { return(RuntimeImports.RhGetCodeTarget(functionPointer)); }