11 references to HostType
System (11)
net\System\URI.cs (10)
806switch (HostType) { 1272if (HostType == Flags.IPv6HostType) { 1281else if (HostType == Flags.BasicHostType 1302if (HostType == Flags.DnsHostType) { 2349if (HostType == Flags.BasicHostType) { 2495if (HostType == Flags.BasicHostType) { 2853if (formatAs != UriFormat.UriEscaped && HostType == Flags.BasicHostType 2889if ((parts & UriComponents.SerializationInfoString) != 0 && HostType == 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)