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