1 instantiation of ExecutionEnvironmentImplementation
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ReflectionExecution.cs (1)
48
var executionEnvironment = new
ExecutionEnvironmentImplementation
();
2 references to ExecutionEnvironmentImplementation
System.Private.Reflection.Execution (2)
Internal\Reflection\Execution\ReflectionExecution.cs (2)
48
var
executionEnvironment = new ExecutionEnvironmentImplementation();
108
internal static
ExecutionEnvironmentImplementation
ExecutionEnvironment { get; private set; }