3 writes to _responseStream
PresentationCore (3)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (3)
109_responseStream = responseStream; 463_responseStream = null; 1265_responseStream = null;
7 references to _responseStream
PresentationCore (7)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (7)
449if (_responseStream != null) 451_responseStream.Close(); 515_responseStream.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this); 561int read = _responseStream.EndRead(ar); 1077_responseStream.BeginRead(_readBuf, 0, _readBuf.Length, new AsyncCallback(ReadCallBack), this); 1257if (_responseStream != null) 1259_responseStream.Close();