4 writes to _readPos
System.Core (4)
System\IO\BufferedStream2.cs (4)
84_readPos = 0; 504_readPos = 0; 567_readPos = 0; 622_readPos = 0;
5 references to _readPos
System.Core (5)
System\IO\BufferedStream2.cs (5)
78Debug.Assert((_readPos==0 && _readLen==0 && _writePos >= 0) || (_writePos==0 && _readPos <= _readLen), "We're either reading or writing, but not both."); 83if (_readPos < _readLen) FlushRead(); 499else if (_readPos < _readLen) 533Debug.Assert(_readPos == 0 && _readLen == 0, "BufferedStream: Read buffer must be empty in FlushWrite!");