5 references to IPv6AddressHelper
System.Private.Uri (5)
src\libraries\Common\src\System\Net\IPv6AddressHelper.Common.cs (1)
423number = number * IPv6AddressHelper.Hex + characterValue;
System\Uri.cs (4)
1329if (IPv6AddressHelper.IsValid(fixedName, 1, ref end) && end == name.Length) 1358if (IPv6AddressHelper.IsValid(newFixedName, 1, ref end) && end == name.Length) 2568host = IPv6AddressHelper.ParseCanonicalName(str.AsSpan(idx), ref loopback, out ReadOnlySpan<char> scopeIdSpan); 3889IPv6AddressHelper.IsValid(pString, start + 1, ref end))