1 write to dispatchRuntime
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (1)
64
this.
dispatchRuntime
= dispatchRuntime;
2 references to dispatchRuntime
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (2)
75
get { return this.
dispatchRuntime
; }
84
this.workflowInstanceLifeTimeManager = this.
dispatchRuntime
.ChannelDispatcher.Host.Extensions.Find<WorkflowInstanceLifetimeManagerExtension>();