10 references to HostType
System.Private.Uri (10)
System\Uri.cs (9)
838
switch (
HostType
)
1202
Flags hostType =
HostType
;
1230
Flags hostType =
HostType
;
2348
if (
HostType
== Flags.BasicHostType)
2490
if (
HostType
== Flags.BasicHostType)
2899
if (formatAs != UriFormat.UriEscaped &&
HostType
== Flags.BasicHostType
2934
if ((parts & UriComponents.SerializationInfoString) != 0 &&
HostType
== Flags.IPv6HostType && _info._moreInfo?.ScopeId is string scopeId)
4690
if (basePart.
HostType
== Flags.IPv6HostType)
4764
if (basePart.
HostType
== Flags.IPv6HostType)
System\UriExt.cs (1)
541
if ((_flags & Flags.CanonicalDnsHost) == 0 &&
HostType
!= Flags.IPv6HostType)