3 writes to _readBuf
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (3)
432_readBuf = null; 462_readBuf = new byte[_bufferSize]; 1162_readBuf = null;
6 references to _readBuf
PresentationCore (6)
MS\Internal\IO\Packaging\NetStream.cs (6)
480_responseStream.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this); 534_tempFileStream.Write(_readBuf, 0, read); 1012_responseStream.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this); 1158if (_readBuf != null)