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