2 references to HostNotParsed
System.Private.Uri (2)
System\Uri.cs (2)
3920
if (end < length && pString[end] == '\\' && (flags & Flags.HostTypeMask) != Flags.
HostNotParsed
3994
if ((flags & Flags.HostTypeMask) == Flags.
HostNotParsed
)