12 references to BasicHostType
System.Private.Uri (12)
System\Uri.cs (12)
839case Flags.BasicHostType: return UriHostNameType.Basic; 1199if (hostType == Flags.IPv6HostType || (hostType == Flags.BasicHostType && InFact(Flags.HostNotCanonical | Flags.E_HostNotCanonical))) 1240else if (hostType == Flags.BasicHostType && InFact(Flags.HostNotCanonical | Flags.E_HostNotCanonical)) 2017_flags |= Flags.BasicHostType; 2166_flags |= (((_flags & Flags.AuthorityFound) != 0) ? Flags.BasicHostType : Flags.UnknownHostType); 2438if (HostType == Flags.BasicHostType) 2527case Flags.BasicHostType: 2582_flags = (_flags & ~Flags.HostTypeMask) | Flags.BasicHostType; 2843if (formatAs != UriFormat.UriEscaped && HostType == Flags.BasicHostType && (nonCanonical & (ushort)UriComponents.Host) != 0) 3755flags |= Flags.BasicHostType; 3971flags |= Flags.BasicHostType; 4020flags |= Flags.BasicHostType;