11 references to GetNextResultSet
System.Activities.DurableInstancing (11)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
121
Exception exception = StoreUtilities.
GetNextResultSet
(this.InstancePersistenceCommand.Name, reader);
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (1)
61
Exception exception = StoreUtilities.
GetNextResultSet
(base.InstancePersistenceCommand.Name, reader);
System\Activities\DurableInstancing\DetectRunnableInstancesAsyncResult.cs (1)
65
Exception exception = StoreUtilities.
GetNextResultSet
(base.InstancePersistenceCommand.Name, reader);
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (3)
99
Exception exception = StoreUtilities.
GetNextResultSet
(base.InstancePersistenceCommand.Name, reader);
189
Exception exception = StoreUtilities.
GetNextResultSet
(base.InstancePersistenceCommand.Name, reader);
227
Exception exception = StoreUtilities.
GetNextResultSet
(base.InstancePersistenceCommand.Name, reader);
System\Activities\DurableInstancing\QueryActivatableWorkflowAsyncResult.cs (1)
37
Exception exception = StoreUtilities.
GetNextResultSet
(base.InstancePersistenceCommand.Name, reader);
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (2)
136
Exception exception = StoreUtilities.
GetNextResultSet
(base.InstancePersistenceCommand.Name, reader);
146
exception = StoreUtilities.
GetNextResultSet
(base.InstancePersistenceCommand.Name, reader);
System\Activities\DurableInstancing\StoreUtilities.cs (1)
26
returnException = StoreUtilities.
GetNextResultSet
(commandName, reader);
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (1)
57
Exception exception = StoreUtilities.
GetNextResultSet
(this.InstancePersistenceCommand.Name, reader);