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);
1235
if (
_readBuf
!= null)