9 references to IPv6HostType
System.Private.Uri (9)
System\Uri.cs (8)
795case Flags.IPv6HostType: return UriHostNameType.IPv6; 1153if (hostType == Flags.IPv6HostType || (hostType == Flags.BasicHostType && InFact(Flags.HostNotCanonical | Flags.E_HostNotCanonical))) 1185else if (hostType == Flags.IPv6HostType) 2519case Flags.IPv6HostType: 2883if ((parts & UriComponents.SerializationInfoString) != 0 && HostType == Flags.IPv6HostType && _info.ScopeId != null) 3860flags |= Flags.IPv6HostType; 4771if (basePart.HostType == Flags.IPv6HostType) 4845if (basePart.HostType == Flags.IPv6HostType)
System\UriExt.cs (1)
545if ((_flags & Flags.CanonicalDnsHost) == 0 && HostType != Flags.IPv6HostType)