3 writes to _responseStream
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (3)
87
_responseStream
= responseStream;
428
_responseStream
= null;
1184
_responseStream
= null;
5 references to _responseStream
PresentationCore (5)
MS\Internal\IO\Packaging\NetStream.cs (5)
417
_responseStream
?.Close();
479
_responseStream
.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this);
517
int read =
_responseStream
.EndRead(ar);
1011
_responseStream
.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this);
1179
_responseStream
?.Close();