2 writes to _bytesCol
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlStream.cs (2)
211_bytesCol = 0; 219_bytesCol += cb;
2 references to _bytesCol
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlStream.cs (2)
185if (_advanceReader && (0 == _bytesCol)) { 208cb = (int) _reader.GetBytesInternal(_columnOrdinal, _bytesCol, buffer, offset, count);