12 references to BasicHostType
System.Private.Uri (12)
System\Uri.cs (12)
823
case Flags.
BasicHostType
: return UriHostNameType.Basic;
1183
if (hostType == Flags.IPv6HostType || (hostType == Flags.
BasicHostType
&& InFact(Flags.HostNotCanonical | Flags.E_HostNotCanonical)))
1224
else if (hostType == Flags.
BasicHostType
&& InFact(Flags.HostNotCanonical | Flags.E_HostNotCanonical))
2001
_flags |= Flags.
BasicHostType
;
2150
_flags |= (((_flags & Flags.AuthorityFound) != 0) ? Flags.
BasicHostType
: Flags.UnknownHostType);
2422
if (HostType == Flags.
BasicHostType
)
2511
case Flags.
BasicHostType
:
2566
_flags = (_flags & ~Flags.HostTypeMask) | Flags.
BasicHostType
;
2827
if (formatAs != UriFormat.UriEscaped && HostType == Flags.
BasicHostType
&& (nonCanonical & (ushort)UriComponents.Host) != 0)
3700
flags |= Flags.
BasicHostType
;
3910
flags |= Flags.
BasicHostType
;
3954
flags |= Flags.
BasicHostType
;