10 references to HostType
System.Private.Uri (10)
System\Uri.cs (9)
791switch (HostType) 1152Flags hostType = HostType; 1180Flags hostType = HostType; 2301if (HostType == Flags.BasicHostType) 2443if (HostType == Flags.BasicHostType) 2848if (formatAs != UriFormat.UriEscaped && HostType == Flags.BasicHostType 2883if ((parts & UriComponents.SerializationInfoString) != 0 && HostType == Flags.IPv6HostType && _info.ScopeId != null) 4771if (basePart.HostType == Flags.IPv6HostType) 4845if (basePart.HostType == Flags.IPv6HostType)
System\UriExt.cs (1)
545if ((_flags & Flags.CanonicalDnsHost) == 0 && HostType != Flags.IPv6HostType)