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