10 references to HostType
System.Private.Uri (10)
System\Uri.cs (9)
791
switch (
HostType
)
1152
Flags hostType =
HostType
;
1180
Flags hostType =
HostType
;
2301
if (
HostType
== Flags.BasicHostType)
2443
if (
HostType
== Flags.BasicHostType)
2848
if (formatAs != UriFormat.UriEscaped &&
HostType
== Flags.BasicHostType
2883
if ((parts & UriComponents.SerializationInfoString) != 0 &&
HostType
== Flags.IPv6HostType && _info.ScopeId != null)
4771
if (basePart.
HostType
== Flags.IPv6HostType)
4845
if (basePart.
HostType
== Flags.IPv6HostType)
System\UriExt.cs (1)
545
if ((_flags & Flags.CanonicalDnsHost) == 0 &&
HostType
!= Flags.IPv6HostType)