6 references to UnixPath
System.Private.Uri (6)
System\Uri.cs (5)
243
get { return (_flags & Flags.
UnixPath
) != 0; }
2003
if (!OperatingSystem.IsWindows() && InFact(Flags.
UnixPath
))
2080
_flags |= Flags.
UnixPath
| Flags.AuthorityFound;
2088
if ((_flags & (Flags.UncPath | Flags.DosPath | Flags.
UnixPath
)) != 0)
3635
flags |= (Flags.
UnixPath
| Flags.ImplicitFile | Flags.AuthorityFound);
System\UriExt.cs (1)
61
|| (!OperatingSystem.IsWindows() && InFact(Flags.
UnixPath
))))