13 references to BasicHostType
System.Private.Uri (13)
System\Uri.cs (13)
843case Flags.BasicHostType: return UriHostNameType.Basic; 1203if (hostType == Flags.IPv6HostType || (hostType == Flags.BasicHostType && InFact(Flags.HostNotCanonical | Flags.E_HostNotCanonical))) 1244else if (hostType == Flags.BasicHostType && InFact(Flags.HostNotCanonical | Flags.E_HostNotCanonical)) 2033_flags |= Flags.BasicHostType; 2180_flags |= (((_flags & Flags.AuthorityFound) != 0) ? Flags.BasicHostType : Flags.UnknownHostType); 2329if (HostType == Flags.BasicHostType) 2471if (HostType == Flags.BasicHostType) 2565case Flags.BasicHostType: 2631_flags = (_flags & ~Flags.HostTypeMask) | Flags.BasicHostType; 2892if (formatAs != UriFormat.UriEscaped && HostType == Flags.BasicHostType && (nonCanonical & (ushort)UriComponents.Host) != 0) 3813flags |= Flags.BasicHostType; 4008flags |= Flags.BasicHostType; 4059flags |= Flags.BasicHostType;