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