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)
1279if (IPv6AddressHelper.IsValid(fixedName, 1, ref end) && end == name.Length) 1308if (IPv6AddressHelper.IsValid(newFixedName, 1, ref end) && end == name.Length) 2521host = IPv6AddressHelper.ParseCanonicalName(str.AsSpan(idx), ref loopback, out ReadOnlySpan<char> scopeIdSpan); 3858IPv6AddressHelper.IsValid(pString, start + 1, ref end))