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