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