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); 511int read = _responseStream.EndRead(ar); 1005_responseStream.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this); 1170_responseStream?.Close();