1 write to Name
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstancePersistenceCommand.cs (1)
20Name = name;
22 references to Name
System.Activities.DurableInstancing (19)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
121Exception exception = StoreUtilities.GetNextResultSet(this.InstancePersistenceCommand.Name, reader);
System\Activities\DurableInstancing\DeleteWorkflowOwnerAsyncResult.cs (1)
54exception = StoreUtilities.CheckRemainingResultSetForErrors(base.InstancePersistenceCommand.Name, reader);
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (1)
61Exception exception = StoreUtilities.GetNextResultSet(base.InstancePersistenceCommand.Name, reader);
System\Activities\DurableInstancing\DetectRunnableInstancesAsyncResult.cs (1)
65Exception exception = StoreUtilities.GetNextResultSet(base.InstancePersistenceCommand.Name, reader);
System\Activities\DurableInstancing\ExtendLockAsyncResult.cs (1)
64return StoreUtilities.CheckRemainingResultSetForErrors(base.InstancePersistenceCommand.Name, reader);
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (3)
99Exception exception = StoreUtilities.GetNextResultSet(base.InstancePersistenceCommand.Name, reader); 189Exception exception = StoreUtilities.GetNextResultSet(base.InstancePersistenceCommand.Name, reader); 227Exception exception = StoreUtilities.GetNextResultSet(base.InstancePersistenceCommand.Name, reader);
System\Activities\DurableInstancing\QueryActivatableWorkflowAsyncResult.cs (1)
37Exception exception = StoreUtilities.GetNextResultSet(base.InstancePersistenceCommand.Name, reader);
System\Activities\DurableInstancing\RecoverInstanceLocksAsyncResult.cs (1)
60return StoreUtilities.CheckRemainingResultSetForErrors(base.InstancePersistenceCommand.Name, reader);
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (2)
136Exception exception = StoreUtilities.GetNextResultSet(base.InstancePersistenceCommand.Name, reader); 146exception = StoreUtilities.GetNextResultSet(base.InstancePersistenceCommand.Name, reader);
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
344throw FxTrace.Exception.AsError(new InstanceOwnerException(command.Name, this.storeLock.LockOwnerId));
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (3)
182throw FxTrace.Exception.AsError(new InstanceLockLostException(thisPtr.InstancePersistenceCommand.Name, instanceId)); 209delayedException = new InstancePersistenceCommandException(thisPtr.InstancePersistenceCommand.Name, instanceId, exception); 306delayedException = new InstancePersistenceCommandException(this.InstancePersistenceCommand.Name, instanceId, exception);
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (2)
33throw FxTrace.Exception.AsError(new InstancePersistenceCommandException(command.Name, SR.TryLoadRequiresWorkflowType, null)); 57Exception exception = StoreUtilities.GetNextResultSet(this.InstancePersistenceCommand.Name, reader);
System\Activities\DurableInstancing\UnlockInstanceAsyncResult.cs (1)
53return StoreUtilities.CheckRemainingResultSetForErrors(base.InstancePersistenceCommand.Name, reader);
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (3)
251throw Fx.Exception.AsError(new InstanceHandleConflictException(LastAsyncResult.CurrentCommand.Name, InstanceView.InstanceId)); 266throw Fx.Exception.AsError(new InstanceHandleConflictException(LastAsyncResult.CurrentCommand.Name, InstanceView.InstanceId)); 1409throw Fx.Exception.AsError(new NotSupportedException(SRCore.ProviderDoesNotSupportCommand(CurrentCommand.Name)));