1 instantiation of InstanceAlreadyLockedToOwnerException
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\StoreUtilities.cs (1)
99returnValue = new InstanceAlreadyLockedToOwnerException(commandName, reader.GetGuid(1), reader.GetInt64(2));
3 references to InstanceAlreadyLockedToOwnerException
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (3)
212if (delayedException is InstanceAlreadyLockedToOwnerException) 214InstanceAlreadyLockedToOwnerException alreadyLockedException = (InstanceAlreadyLockedToOwnerException) delayedException;