3 references to InstanceLockLostException
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
182
throw FxTrace.Exception.AsError(new
InstanceLockLostException
(thisPtr.InstancePersistenceCommand.Name, instanceId));
System\Activities\DurableInstancing\StoreUtilities.cs (2)
78
returnValue = new
InstanceLockLostException
(commandName, reader.GetGuid(1));
87
returnValue = new
InstanceLockLostException
(commandName, reader.GetGuid(1));