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