2 references to HostNotParsed
System (2)
net\System\URI.cs (2)
4108
if (end < length && pString[end] == '\\' && (flags & Flags.HostTypeMask) != Flags.
HostNotParsed
4182
if ((flags & Flags.HostTypeMask) == Flags.
HostNotParsed
)