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