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
:
3780
flags |= Flags.
DnsHostType
;
3792
flags |= Flags.
DnsHostType
;