6 references to UnixPath
System.Private.Uri (6)
System\Uri.cs (5)
290
get { return (_flags & Flags.
UnixPath
) != 0; }
2031
if (!OperatingSystem.IsWindows() && InFact(Flags.
UnixPath
))
2108
_flags |= Flags.
UnixPath
| Flags.AuthorityFound;
2116
if ((_flags & (Flags.UncPath | Flags.DosPath | Flags.
UnixPath
)) != 0)
3634
flags |= (Flags.
UnixPath
| Flags.ImplicitFile | Flags.AuthorityFound);
System\UriExt.cs (1)
61
|| (!OperatingSystem.IsWindows() && InFact(Flags.
UnixPath
))))