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