9 references to IPv6HostType
System.Private.Uri (9)
System\Uri.cs (8)
842
case Flags.
IPv6HostType
: return UriHostNameType.IPv6;
1203
if (hostType == Flags.
IPv6HostType
|| (hostType == Flags.BasicHostType && InFact(Flags.HostNotCanonical | Flags.E_HostNotCanonical)))
1235
else if (hostType == Flags.
IPv6HostType
)
2566
case Flags.
IPv6HostType
:
2934
if ((parts & UriComponents.SerializationInfoString) != 0 && HostType == Flags.
IPv6HostType
&& _info._moreInfo?.ScopeId is string scopeId)
3891
flags |= Flags.
IPv6HostType
;
4690
if (basePart.HostType == Flags.
IPv6HostType
)
4764
if (basePart.HostType == Flags.
IPv6HostType
)
System\UriExt.cs (1)
541
if ((_flags & Flags.CanonicalDnsHost) == 0 && HostType != Flags.
IPv6HostType
)