2 references to AllowIPv6Host
System.Private.Uri (2)
System\Uri.cs (1)
3798
if (ch == '[' && (syntaxFlags & UriSyntaxFlags.
AllowIPv6Host
) != 0 && IPv6AddressHelper.IsValid(str.Slice(i), out hostLength))
System\UriSyntax.cs (1)
33
AllowAnInternetHost = AllowDnsHost | AllowIPv4Host |
AllowIPv6Host
,