2 writes to String
System (2)
net\System\URI.cs (2)
1675m_Info.String = GetComponentsHelper(UriComponents.AbsoluteUri, V1ToStringUnescape); 1677m_Info.String = GetParts(UriComponents.AbsoluteUri, UriFormat.SafeUnescaped);
2 references to String
System (2)
net\System\URI.cs (2)
1668if ((object)m_Info.String == null) 1680return m_Info.String;