3 writes to _readBuf
PresentationCore (3)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (3)
466_readBuf = null; 496_readBuf = new byte[_bufferSize]; 1239_readBuf = null;
6 references to _readBuf
PresentationCore (6)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (6)
515_responseStream.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this); 577_tempFileStream.Write(_readBuf, 0, read); 1077_responseStream.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this); 1235if (_readBuf != null)