12 references to BasicHostType
System.Private.Uri (12)
System\Uri.cs (12)
823case Flags.BasicHostType: return UriHostNameType.Basic; 1183if (hostType == Flags.IPv6HostType || (hostType == Flags.BasicHostType && InFact(Flags.HostNotCanonical | Flags.E_HostNotCanonical))) 1224else if (hostType == Flags.BasicHostType && InFact(Flags.HostNotCanonical | Flags.E_HostNotCanonical)) 2001_flags |= Flags.BasicHostType; 2150_flags |= (((_flags & Flags.AuthorityFound) != 0) ? Flags.BasicHostType : Flags.UnknownHostType); 2422if (HostType == Flags.BasicHostType) 2511case Flags.BasicHostType: 2566_flags = (_flags & ~Flags.HostTypeMask) | Flags.BasicHostType; 2827if (formatAs != UriFormat.UriEscaped && HostType == Flags.BasicHostType && (nonCanonical & (ushort)UriComponents.Host) != 0) 3700flags |= Flags.BasicHostType; 3910flags |= Flags.BasicHostType; 3954flags |= Flags.BasicHostType;