2 references to IdnEquivalent
System (2)
net\System\_DomainName.cs (1)
207return IdnEquivalent(host, 0, hostname.Length, ref allAscii, ref atLeastOneValidIdn);
net\System\URI.cs (1)
4278string idnValue = DomainNameHelper.IdnEquivalent(pString, start, end, ref allAscii, ref atLeastOneIdn);