3 references to EndExecuteReader
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (1)
155this.sqlDataReader = this.sqlCommand.EndExecuteReader(result);
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (1)
318using (SqlDataReader reader = _com.EndExecuteReader(asyncResult)) {
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
1180using (SqlDataReader reader = this.command.EndExecuteReader(result))