3 writes to _responseStream
PresentationCore (3)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (3)
109
_responseStream
= responseStream;
463
_responseStream
= null;
1265
_responseStream
= null;
7 references to _responseStream
PresentationCore (7)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (7)
449
if (
_responseStream
!= null)
451
_responseStream
.Close();
515
_responseStream
.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this);
561
int read =
_responseStream
.EndRead(ar);
1077
_responseStream
.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this);
1257
if (
_responseStream
!= null)
1259
_responseStream
.Close();