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