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