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)
185
if (_advanceReader && (0 ==
_bytesCol
)) {
208
cb = (int) _reader.GetBytesInternal(_columnOrdinal,
_bytesCol
, buffer, offset, count);