2 references to GetMethodFromHandle
System.Private.CoreLib (2)
Internal\Reflection\Augments\ReflectionAugments.cs (1)
385MethodBase method = GetMethodFromHandle(runtimeMethodHandle, declaringTypeHandle);
System\Reflection\MethodBase.NativeAot.cs (1)
13public static MethodBase GetMethodFromHandle(RuntimeMethodHandle handle, RuntimeTypeHandle declaringType) => ReflectionAugments.GetMethodFromHandle(handle, declaringType);