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)
502if (dataIndex < _charsRemoved) { 503throw ADP.NonSeqByteAccess(dataIndex, _charsRemoved, ADP.GetChars); 505else if (dataIndex > _charsRemoved) { 506charsToSkip = (int)(dataIndex - _charsRemoved);