3 writes to _readBuf
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (3)
443_readBuf = null; 473_readBuf = new byte[_bufferSize]; 1172_readBuf = null;
6 references to _readBuf
PresentationCore (6)
MS\Internal\IO\Packaging\NetStream.cs (6)
491_responseStream.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this); 545_tempFileStream.Write(_readBuf, 0, read); 1022_responseStream.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this); 1168if (_readBuf != null)