7 references to UnixPath
System.Private.Uri (7)
System\Uri.cs (6)
299
get { return (_flags & Flags.
UnixPath
) != 0; }
1999
if (!OperatingSystem.IsWindows() && InFact(Flags.
UnixPath
))
2078
_flags |= Flags.
UnixPath
| Flags.AuthorityFound;
2085
if ((_flags & (Flags.UncPath | Flags.DosPath | Flags.
UnixPath
)) != 0)
3428
if ((flags & (Flags.DosPath | Flags.
UnixPath
)) != 0)
3526
flags |= (Flags.
UnixPath
| Flags.ImplicitFile | Flags.AuthorityFound);
System\UriExt.cs (1)
89
|| (!OperatingSystem.IsWindows() && InFact(Flags.
UnixPath
))))