2 references to AllowIPv4Host
System.Private.Uri (2)
System\Uri.cs (1)
3862else if (char.IsAsciiDigit(ch) && syntax.InFact(UriSyntaxFlags.AllowIPv4Host) &&
System\UriSyntax.cs (1)
33AllowAnInternetHost = AllowDnsHost | AllowIPv4Host | AllowIPv6Host,