2 references to End
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (1)
103
parentPtr.sqlDataReader = SqlCommandAsyncResult.
End
(childPtr);
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
195
using (SqlDataReader reader = SqlCommandAsyncResult.
End
(result))