4 writes to _readLen
System.Core (4)
System\IO\BufferedStream2.cs (4)
85_readLen = 0; 505_readLen = 0; 568_readLen = 0; 623_readLen = 0;
5 references to _readLen
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!");