1 write to ExecutionEnvironment
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ReflectionExecution.cs (1)
51
ExecutionEnvironment
= executionEnvironment;
7 references to ExecutionEnvironment
System.Private.Reflection.Execution (7)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (1)
81
QTypeDefinition qTypeDefinition = ReflectionExecution.
ExecutionEnvironment
.GetMetadataForNamedType(typeDefHandle);
Internal\Reflection\Execution\ReflectionExecution.cs (5)
61
if (
ExecutionEnvironment
== null)
65
if (!
ExecutionEnvironment
.TryGetMethodForStartAddress(methodStartAddress,
72
QTypeDefinition qTypeDefinition =
ExecutionEnvironment
.GetMetadataForNamedType(declaringTypeHandle);
87
if (!
ExecutionEnvironment
.TryGetMethodForStartAddress(methodStartAddress,
99
if (!
ExecutionEnvironment
.TryGetMethodForOriginalLdFtnResult(methodStartAddress,
Internal\Reflection\Extensions\NonPortable\DelegateMethodInfoRetriever.cs (1)
58
if (!ReflectionExecution.
ExecutionEnvironment
.TryGetMethodForOriginalLdFtnResult(originalLdFtnResult, ref typeOfFirstParameterIfInstanceDelegate, out methodHandle, out genericMethodTypeArgumentHandles))