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