5 references to DnsHostType
System.Private.Uri (5)
System\Uri.cs (5)
840
case Flags.
DnsHostType
: return UriHostNameType.Dns;
1231
if (hostType == Flags.
DnsHostType
)
2562
case Flags.
DnsHostType
:
3916
flags |= Flags.
DnsHostType
;
4120
flags |= Flags.
DnsHostType
;