3 references to AllowDnsHost
System (3)
net\System\_UriSyntax.cs (1)
36AllowAnInternetHost = AllowDnsHost|AllowIPv4Host|AllowIPv6Host,
net\System\URI.cs (2)
4035else if (((syntaxFlags & UriSyntaxFlags.AllowDnsHost)!= 0) && !iriParsing && 4075else if (((syntaxFlags & UriSyntaxFlags.AllowDnsHost) != 0)