8 references to ReflectionExecution
System.Private.Reflection.Execution (5)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (3)
41
MethodBase methodBase =
ReflectionExecution
.GetMethodBaseFromOriginalLdftnResult(classRtMethodHandle, instanceType.TypeHandle);
81
QTypeDefinition qTypeDefinition =
ReflectionExecution
.ExecutionEnvironment.GetMetadataForNamedType(typeDefHandle);
111
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,