3 writes to _readBuf
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (3)
431_readBuf = null; 461_readBuf = new byte[_bufferSize]; 1161_readBuf = null;
6 references to _readBuf
PresentationCore (6)
MS\Internal\IO\Packaging\NetStream.cs (6)
479_responseStream.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this); 533_tempFileStream.Write(_readBuf, 0, read); 1011_responseStream.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this); 1157if (_readBuf != null)