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