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