3 writes to _responseStream
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (3)
88
_responseStream
= responseStream;
429
_responseStream
= null;
1185
_responseStream
= null;
5 references to _responseStream
PresentationCore (5)
MS\Internal\IO\Packaging\NetStream.cs (5)
418
_responseStream
?.Close();
480
_responseStream
.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this);
518
int read =
_responseStream
.EndRead(ar);
1012
_responseStream
.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this);
1180
_responseStream
?.Close();