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