2 references to AllowIPv4Host
System (2)
net\System\_UriSyntax.cs (1)
36AllowAnInternetHost = AllowDnsHost|AllowIPv4Host|AllowIPv6Host,
net\System\URI.cs (1)
4024else if ( ch <= '9' && ch >= '0' && syntax.InFact(UriSyntaxFlags.AllowIPv4Host) &&