5 references to DnsHostType
System.Private.Uri (5)
System\Uri.cs (5)
820
case Flags.
DnsHostType
: return UriHostNameType.Dns;
1211
if (hostType == Flags.
DnsHostType
)
2489
case Flags.
DnsHostType
:
3774
flags |= Flags.
DnsHostType
;
3786
flags |= Flags.
DnsHostType
;