2 overrides of OnGetExistingInstance
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\ServiceDurableInstanceContextProvider.cs (1)
81
protected override DurableInstance
OnGetExistingInstance
(Guid instanceId)
System\ServiceModel\Dispatcher\WorkflowInstanceContextProvider.cs (1)
190
protected override DurableInstance
OnGetExistingInstance
(Guid instanceId)
1 reference to OnGetExistingInstance
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\DurableInstanceContextProvider.cs (1)
108
durableInstance = this.
OnGetExistingInstance
(instanceId);