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