9 references to HostType
System.Private.Uri (9)
System\Uri.cs (8)
818switch (HostType) 1182Flags hostType = HostType; 1210Flags hostType = HostType; 2422if (HostType == Flags.BasicHostType) 2827if (formatAs != UriFormat.UriEscaped && HostType == Flags.BasicHostType && (nonCanonical & (ushort)UriComponents.Host) != 0) 2850if ((parts & UriComponents.SerializationInfoString) != 0 && HostType == Flags.IPv6HostType && _info._moreInfo?.ScopeId is string scopeId) 4489if (basePart.HostType == Flags.IPv6HostType) 4563if (basePart.HostType == Flags.IPv6HostType)
System\UriExt.cs (1)
473if ((_flags & Flags.CanonicalDnsHost) == 0 && HostType != Flags.IPv6HostType)