7 references to UnixPath
System.Private.Uri (7)
System\Uri.cs (6)
295
get { return (_flags & Flags.
UnixPath
) != 0; }
2015
if (!OperatingSystem.IsWindows() && InFact(Flags.
UnixPath
))
2094
_flags |= Flags.
UnixPath
| Flags.AuthorityFound;
2101
if ((_flags & (Flags.UncPath | Flags.DosPath | Flags.
UnixPath
)) != 0)
3252
if (InFact(Flags.DosPath | Flags.
UnixPath
))
3580
flags |= (Flags.
UnixPath
| Flags.ImplicitFile | Flags.AuthorityFound);
System\UriExt.cs (1)
97
|| (!OperatingSystem.IsWindows() && InFact(Flags.
UnixPath
))))