4 writes to m_DnsSafeHost
System (4)
net\System\URI.cs (3)
4068m_DnsSafeHost = new string(pString, start, end - start); 4306m_DnsSafeHost = idnValue; 4362m_DnsSafeHost = DomainNameHelper.IdnEquivalent(pString, startInput, end, ref allAscii,
net\System\UriExt.cs (1)
1029m_DnsSafeHost = otherUri.m_DnsSafeHost;
2 references to m_DnsSafeHost
System (2)
net\System\URI.cs (1)
2449info.DnsSafeHost = m_DnsSafeHost;
net\System\UriExt.cs (1)
1029m_DnsSafeHost = otherUri.m_DnsSafeHost;