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