9 references to HostType
System.Private.Uri (9)
System\Uri.cs (8)
834
switch (
HostType
)
1198
Flags hostType =
HostType
;
1226
Flags hostType =
HostType
;
2438
if (
HostType
== Flags.BasicHostType)
2843
if (formatAs != UriFormat.UriEscaped &&
HostType
== Flags.BasicHostType && (nonCanonical & (ushort)UriComponents.Host) != 0)
2866
if ((parts & UriComponents.SerializationInfoString) != 0 &&
HostType
== Flags.IPv6HostType && _info._moreInfo?.ScopeId is string scopeId)
4553
if (basePart.
HostType
== Flags.IPv6HostType)
4627
if (basePart.
HostType
== Flags.IPv6HostType)
System\UriExt.cs (1)
477
if ((_flags & Flags.CanonicalDnsHost) == 0 &&
HostType
!= Flags.IPv6HostType)