2 types derived from DurableInstance
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
16
class ServiceDurableInstance :
DurableInstance
System\ServiceModel\Dispatcher\WorkflowDurableInstance.cs (1)
11
class WorkflowDurableInstance :
DurableInstance
16 references to DurableInstance
System.WorkflowServices (16)
System\ServiceModel\Dispatcher\DurableInstanceContextProvider.cs (6)
99
DurableInstance
durableInstance;
142
DurableInstance
durableInstance = instanceContext.Extensions.Find<
DurableInstance
>();
150
typeof(
DurableInstance
).Name)));
214
protected abstract
DurableInstance
OnCreateNewInstance(Guid instanceId);
215
protected abstract
DurableInstance
OnGetExistingInstance(Guid instanceId);
System\ServiceModel\Dispatcher\DurableInstanceProvider.cs (3)
29
return instanceContext.Extensions.Find<
DurableInstance
>();
44
DurableInstance
durableInstance = (
DurableInstance
) instance;
System\ServiceModel\Dispatcher\DurableMessageDispatchInspector.cs (3)
90
DurableInstance
durableInstance = OperationContext.Current.InstanceContext.Extensions.Find<
DurableInstance
>();
98
typeof(
DurableInstance
).Name)));
System\ServiceModel\Dispatcher\ServiceDurableInstanceContextProvider.cs (2)
60
protected override
DurableInstance
OnCreateNewInstance(Guid instanceId)
81
protected override
DurableInstance
OnGetExistingInstance(Guid instanceId)
System\ServiceModel\Dispatcher\WorkflowInstanceContextProvider.cs (2)
176
protected override
DurableInstance
OnCreateNewInstance(Guid instanceId)
190
protected override
DurableInstance
OnGetExistingInstance(Guid instanceId)