2 instantiations of ServiceDurableInstance
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\ServiceDurableInstanceContextProvider.cs (2)
71return new ServiceDurableInstance( 83return new ServiceDurableInstance(
18 references to ServiceDurableInstance
System.WorkflowServices (18)
System\ServiceModel\Dispatcher\DurableOperationContext.cs (6)
16ServiceDurableInstance durableInstance = GetInstanceContextExtension(); 24ServiceDurableInstance durableInstance = GetInstanceContextExtension(); 31ServiceDurableInstance durableInstance = GetInstanceContextExtension(); 61static ServiceDurableInstance GetInstanceContextExtension() 96ServiceDurableInstance durableInstance = 97currentInstanceContext.Extensions.Find<ServiceDurableInstance>();
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (6)
553ServiceDurableInstance durableInstance; 555public FinishOperationAsyncResult(ServiceDurableInstance durableInstance, bool completeInstance, bool performPersistence, Exception operationException, AsyncCallback callback, object state) 773ServiceDurableInstance durableInstance; 777public StartOperationAsyncResult(ServiceDurableInstance durableInstance, bool canCreateInstance, AsyncCallback callback, object state) 916ServiceDurableInstance durableInstance; 919public StartOperationScope(ServiceDurableInstance durableInstance)
System\ServiceModel\Dispatcher\ServiceOperationInvoker.cs (6)
49ServiceDurableInstance durableInstance = instance as ServiceDurableInstance; 94ServiceDurableInstance durableInstance = instance as ServiceDurableInstance; 117ServiceDurableInstance durableInstance; 126public InvokeAsyncResult(ServiceDurableInstance instance, object[] inputs, ServiceOperationInvoker invoker, bool canCreateInstance, AsyncCallback callback, object state)