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