5 references to DnsHostType
System.Private.Uri (5)
System\Uri.cs (5)
793
case Flags.
DnsHostType
: return UriHostNameType.Dns;
1181
if (hostType == Flags.
DnsHostType
)
2516
case Flags.
DnsHostType
:
3893
flags |= Flags.
DnsHostType
;
4097
flags |= Flags.
DnsHostType
;