3 references to 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))