1 type derived from DurableInstanceProvider
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowInstanceProvider.cs (1)
7
class WorkflowInstanceProvider :
DurableInstanceProvider
1 instantiation of DurableInstanceProvider
System.WorkflowServices (1)
System\ServiceModel\Description\DurableServiceAttribute.cs (1)
122
IInstanceProvider instanceProvider = new
DurableInstanceProvider
(instanceContextProvider);