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