13 references to BasicHostType
System.Private.Uri (13)
System\Uri.cs (13)
796case Flags.BasicHostType: return UriHostNameType.Basic; 1153if (hostType == Flags.IPv6HostType || (hostType == Flags.BasicHostType && InFact(Flags.HostNotCanonical | Flags.E_HostNotCanonical))) 1194else if (hostType == Flags.BasicHostType && InFact(Flags.HostNotCanonical | Flags.E_HostNotCanonical)) 2005_flags |= Flags.BasicHostType; 2152_flags |= (((_flags & Flags.AuthorityFound) != 0) ? Flags.BasicHostType : Flags.UnknownHostType); 2301if (HostType == Flags.BasicHostType) 2443if (HostType == Flags.BasicHostType) 2533case Flags.BasicHostType: 2602_flags = (_flags & ~Flags.HostTypeMask) | Flags.BasicHostType; 2848if (formatAs != UriFormat.UriEscaped && HostType == Flags.BasicHostType 3814flags |= Flags.BasicHostType; 4002flags |= Flags.BasicHostType; 4055flags |= Flags.BasicHostType;