7 references to ReflectionExecution
System.Private.Reflection.Execution (4)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (2)
40
MethodBase methodBase =
ReflectionExecution
.GetMethodBaseFromOriginalLdftnResult(classRtMethodHandle, instanceType.TypeHandle);
82
return
ReflectionExecution
.GetMethodBaseFromStartAddressIfAvailable(methodStartAddress);
Internal\Reflection\Extensions\NonPortable\DelegateMethodInfoRetriever.cs (1)
58
if (!
ReflectionExecution
.ExecutionEnvironment.TryGetMethodForOriginalLdFtnResult(originalLdFtnResult, ref typeOfFirstParameterIfInstanceDelegate, out methodHandle, out genericMethodTypeArgumentHandles))
Internal\Runtime\CompilerHelpers\LibraryInitializer.cs (1)
14
ReflectionExecution
.Initialize();
System.Private.StackTraceMetadata (3)
Internal\StackTraceMetadata\StackTraceMetadata.cs (3)
19
using ReflectionExecution = Internal.Reflection.Execution.
ReflectionExecution
;
85
if (
ReflectionExecution
.TryGetMethodMetadataFromStartAddress(methodStartAddress,
212
if (
ReflectionExecution
.TryGetMethodMetadataFromStartAddress(methodStartAddress,