3 writes to _responseStream
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (3)
94_responseStream = responseStream; 440_responseStream = null; 1198_responseStream = null;
7 references to _responseStream
PresentationCore (7)
MS\Internal\IO\Packaging\NetStream.cs (7)
426if (_responseStream != null) 428_responseStream.Close(); 491_responseStream.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this); 529int read = _responseStream.EndRead(ar); 1022_responseStream.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this); 1190if (_responseStream != null) 1192_responseStream.Close();