2 instantiations of WorkflowDurableInstance
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowInstanceContextProvider.cs (2)
187return new WorkflowDurableInstance(this, instanceId, this.workflowDefinitionContext, true); 192return new WorkflowDurableInstance(this, instanceId, this.workflowDefinitionContext, false);
21 references to WorkflowDurableInstance
System.WorkflowServices (21)
System\ServiceModel\Dispatcher\WorkflowInstanceContextProvider.cs (14)
56WorkflowDurableInstance workflowDurableInstance = instanceContext.Extensions.Find<WorkflowDurableInstance>(); 64typeof(WorkflowDurableInstance).Name))); 85WorkflowDurableInstance workflowDurableInstance = instanceContext.Extensions.Find<WorkflowDurableInstance>(); 93typeof(WorkflowDurableInstance).Name))); 113WorkflowDurableInstance workflowDurableInstance = instanceContext.Extensions.Find<WorkflowDurableInstance>(); 121typeof(WorkflowDurableInstance).Name))); 134WorkflowDurableInstance workflowDurableInstance = instanceContext.Extensions.Find<WorkflowDurableInstance>(); 142typeof(WorkflowDurableInstance).Name))); 203WorkflowDurableInstance durableInstance = callbackState.InstanceContext.Extensions.Find<WorkflowDurableInstance>();
System\ServiceModel\Dispatcher\WorkflowInstanceProvider.cs (2)
19WorkflowDurableInstance workflowDurableInstance = null; 27workflowDurableInstance = (WorkflowDurableInstance) instance;
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (1)
32WorkflowDurableInstance workflowDurableInstance, object[] inputs,
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (4)
144WorkflowDurableInstance durableInstance = (WorkflowDurableInstance) instance; 169WorkflowDurableInstance durableInstance = (WorkflowDurableInstance) instance;