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