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