3 writes to _responseStream
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (3)
87
_responseStream
= responseStream;
422
_responseStream
= null;
1175
_responseStream
= null;
5 references to _responseStream
PresentationCore (5)
MS\Internal\IO\Packaging\NetStream.cs (5)
411
_responseStream
?.Close();
473
_responseStream
.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this);
511
int read =
_responseStream
.EndRead(ar);
1005
_responseStream
.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this);
1170
_responseStream
?.Close();