13 references to BasicHostType
System.Private.Uri (13)
System\Uri.cs (13)
843
case Flags.
BasicHostType
: return UriHostNameType.Basic;
1203
if (hostType == Flags.IPv6HostType || (hostType == Flags.
BasicHostType
&& InFact(Flags.HostNotCanonical | Flags.E_HostNotCanonical)))
1244
else if (hostType == Flags.
BasicHostType
&& InFact(Flags.HostNotCanonical | Flags.E_HostNotCanonical))
2033
_flags |= Flags.
BasicHostType
;
2180
_flags |= (((_flags & Flags.AuthorityFound) != 0) ? Flags.
BasicHostType
: Flags.UnknownHostType);
2329
if (HostType == Flags.
BasicHostType
)
2471
if (HostType == Flags.
BasicHostType
)
2565
case Flags.
BasicHostType
:
2631
_flags = (_flags & ~Flags.HostTypeMask) | Flags.
BasicHostType
;
2892
if (formatAs != UriFormat.UriEscaped && HostType == Flags.
BasicHostType
&& (nonCanonical & (ushort)UriComponents.Host) != 0)
3813
flags |= Flags.
BasicHostType
;
4008
flags |= Flags.
BasicHostType
;
4059
flags |= Flags.
BasicHostType
;