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