2 references to AllowIPv6Host
System.Private.Uri (2)
System\Uri.cs (1)
3857
if (ch == '[' && syntax.InFact(UriSyntaxFlags.
AllowIPv6Host
) &&
System\UriSyntax.cs (1)
33
AllowAnInternetHost = AllowDnsHost | AllowIPv4Host |
AllowIPv6Host
,