3 writes to _responseStream
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (3)
94
_responseStream
= responseStream;
440
_responseStream
= null;
1198
_responseStream
= null;
7 references to _responseStream
PresentationCore (7)
MS\Internal\IO\Packaging\NetStream.cs (7)
426
if (
_responseStream
!= null)
428
_responseStream
.Close();
491
_responseStream
.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this);
529
int read =
_responseStream
.EndRead(ar);
1022
_responseStream
.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this);
1190
if (
_responseStream
!= null)
1192
_responseStream
.Close();