1 override of GetMethodBaseFromStartAddressIfAvailable
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (1)
109public override MethodBase GetMethodBaseFromStartAddressIfAvailable(IntPtr methodStartAddress)
1 reference to GetMethodBaseFromStartAddressIfAvailable
System.Private.CoreLib (1)
Internal\Reflection\Augments\ReflectionAugments.cs (1)
496return ReflectionCoreExecution.ExecutionEnvironment.GetMethodBaseFromStartAddressIfAvailable(methodStartAddress);