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)
1442return SqlXml.CreateSqlXmlReader(_currentStream, closeInput: true); 1478return _currentStream; 3670if (_currentStream != null) { 3671_currentStream.SetClosed(); 3841active |= ((_currentStream != null) && (_currentStream.ColumnIndex == columnIndex)); 4700_currentStream = _currentStream,