12 references to BasicHostType
System.Private.Uri (12)
System\Uri.cs (12)
842case Flags.BasicHostType: return UriHostNameType.Basic; 1202if (hostType == Flags.IPv6HostType || (hostType == Flags.BasicHostType && InFact(Flags.HostNotCanonical | Flags.E_HostNotCanonical))) 1243else if (hostType == Flags.BasicHostType && InFact(Flags.HostNotCanonical | Flags.E_HostNotCanonical)) 2020_flags |= Flags.BasicHostType; 2169_flags |= (((_flags & Flags.AuthorityFound) != 0) ? Flags.BasicHostType : Flags.UnknownHostType); 2441if (HostType == Flags.BasicHostType) 2530case Flags.BasicHostType: 2585_flags = (_flags & ~Flags.HostTypeMask) | Flags.BasicHostType; 2846if (formatAs != UriFormat.UriEscaped && HostType == Flags.BasicHostType && (nonCanonical & (ushort)UriComponents.Host) != 0) 3720flags |= Flags.BasicHostType; 3939flags |= Flags.BasicHostType; 3988flags |= Flags.BasicHostType;