2 writes to sqlDataReader
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (2)
103parentPtr.sqlDataReader = SqlCommandAsyncResult.End(childPtr); 155this.sqlDataReader = this.sqlCommand.EndExecuteReader(result);
3 references to sqlDataReader
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (3)
86return SqlCommandAsyncResult.sqlDataReader; 164if (this.sqlDataReader != null) 166this.sqlDataReader.Close();