3 instantiations of RuntimeEnvironment
System.Workflow.Runtime (3)
WorkflowExecutor.cs (1)
3052using (RuntimeEnvironment runtimeEnv = new RuntimeEnvironment(this.WorkflowRuntime))
WorkflowRuntime.cs (1)
601using (RuntimeEnvironment runtimeEnv = new RuntimeEnvironment(this))
WorkflowStateRollbackService.cs (1)
85using (RuntimeEnvironment runtimeEnv = new RuntimeEnvironment(this.workflowExecutor.WorkflowRuntime))
6 references to RuntimeEnvironment
System.Workflow.Runtime (6)
AmbientEnvironment.cs (1)
232return RuntimeEnvironment.workflowRuntime;
WorkflowExecutor.cs (1)
3052using (RuntimeEnvironment runtimeEnv = new RuntimeEnvironment(this.WorkflowRuntime))
WorkflowRuntime.cs (3)
601using (RuntimeEnvironment runtimeEnv = new RuntimeEnvironment(this)) 1407runtime = RuntimeEnvironment.CurrentRuntime; 1451WorkflowRuntime runtime = RuntimeEnvironment.CurrentRuntime;
WorkflowStateRollbackService.cs (1)
85using (RuntimeEnvironment runtimeEnv = new RuntimeEnvironment(this.workflowExecutor.WorkflowRuntime))