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)
78
Debug.Assert((_readPos==0 &&
_readLen
==0 && _writePos >= 0) || (_writePos==0 && _readPos <=
_readLen
), "We're either reading or writing, but not both.");
83
if (_readPos <
_readLen
) FlushRead();
499
else if (_readPos <
_readLen
)
533
Debug.Assert(_readPos == 0 &&
_readLen
== 0, "BufferedStream: Read buffer must be empty in FlushWrite!");