3 writes to m_Uri
System (3)
net\System\Net\HttpWebResponse.cs (3)
506m_Uri = responseUri; 533m_Uri = new Uri(m_Uri, contentLocation); 576m_Uri = (Uri)serializationInfo.GetValue("m_Uri", typeof(Uri));
3 references to m_Uri
System (3)
net\System\Net\HttpWebResponse.cs (3)
533m_Uri = new Uri(m_Uri, contentLocation); 617serializationInfo.AddValue("m_Uri", m_Uri, typeof(Uri)); 693return m_Uri;