3 references to AllowDnsHost
System.Private.Uri (3)
System\Uri.cs (2)
3872else if (((syntaxFlags & UriSyntaxFlags.AllowDnsHost) != 0) && !IriParsingStatic(syntax) && 3886else if (((syntaxFlags & UriSyntaxFlags.AllowDnsHost) != 0) &&
System\UriSyntax.cs (1)
33AllowAnInternetHost = AllowDnsHost | AllowIPv4Host | AllowIPv6Host,