6 writes to _currentStream
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (6)
122
_currentStream
= null;
1440
_currentStream
= new SqlSequentialStream(this, i);
1476
_currentStream
= new SqlSequentialStream(this, i);
3672
_currentStream
= null;
3676
_currentStream
= null;
4770
_currentStream
= _snapshot._currentStream;
7 references to _currentStream
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (7)
1442
return SqlXml.CreateSqlXmlReader(
_currentStream
, closeInput: true);
1478
return
_currentStream
;
3670
if (
_currentStream
!= null) {
3671
_currentStream
.SetClosed();
3841
active |= ((
_currentStream
!= null) && (
_currentStream
.ColumnIndex == columnIndex));
4700
_currentStream =
_currentStream
,