11 references to GetNextResultSet
System.Activities.DurableInstancing (11)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
121Exception exception = StoreUtilities.GetNextResultSet(this.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\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\SaveWorkflowAsyncResult.cs (2)
136Exception exception = StoreUtilities.GetNextResultSet(base.InstancePersistenceCommand.Name, reader); 146exception = StoreUtilities.GetNextResultSet(base.InstancePersistenceCommand.Name, reader);
System\Activities\DurableInstancing\StoreUtilities.cs (1)
26returnException = StoreUtilities.GetNextResultSet(commandName, reader);
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (1)
57Exception exception = StoreUtilities.GetNextResultSet(this.InstancePersistenceCommand.Name, reader);