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)) 2052_flags |= Flags.BasicHostType; 2199_flags |= (((_flags & Flags.AuthorityFound) != 0) ? Flags.BasicHostType : Flags.UnknownHostType); 2348if (HostType == Flags.BasicHostType) 2490if (HostType == Flags.BasicHostType) 2584case Flags.BasicHostType: 2650_flags = (_flags & ~Flags.HostTypeMask) | Flags.BasicHostType; 2899if (formatAs != UriFormat.UriEscaped && HostType == Flags.BasicHostType 3851flags |= Flags.BasicHostType; 4035flags |= Flags.BasicHostType; 4086flags |= Flags.BasicHostType;