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