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