4 references to AllowDnsHost
System.Private.Uri (4)
System\Uri.cs (3)
3829
else if ((syntaxFlags & (UriSyntaxFlags.
AllowDnsHost
| UriSyntaxFlags.AllowIriParsing)) == UriSyntaxFlags.
AllowDnsHost
&&
3843
else if (((syntaxFlags & UriSyntaxFlags.
AllowDnsHost
) != 0) &&
System\UriSyntax.cs (1)
33
AllowAnInternetHost =
AllowDnsHost
| AllowIPv4Host | AllowIPv6Host,