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