8 references to IPv6HostType
System (8)
net\System\URI.cs (7)
809case Flags.IPv6HostType: return UriHostNameType.IPv6; 1272if (HostType == Flags.IPv6HostType) { 2567case Flags.IPv6HostType: 2889if ((parts & UriComponents.SerializationInfoString) != 0 && HostType == Flags.IPv6HostType && 4009flags |= Flags.IPv6HostType; 5078if (basePart.HostType == Flags.IPv6HostType) { 5145if (basePart.HostType == Flags.IPv6HostType) {
net\System\UriExt.cs (1)
564if ((m_Flags & Flags.CanonicalDnsHost) == 0 && HostType != Flags.IPv6HostType)