3 writes to _charsRemoved
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlStream.cs (3)
530
_charsRemoved
+=(long)cnt;
538
_charsRemoved
+=(long)cnt;
553
_charsRemoved
+= (long)cnt;
4 references to _charsRemoved
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlStream.cs (4)
502
if (dataIndex <
_charsRemoved
) {
503
throw ADP.NonSeqByteAccess(dataIndex,
_charsRemoved
, ADP.GetChars);
505
else if (dataIndex >
_charsRemoved
) {
506
charsToSkip = (int)(dataIndex -
_charsRemoved
);