4 references to AccessMode
System.Diagnostics.Process (4)
_generated\0\LibraryImports.g.cs (2)
1039internal static partial int Access(string path, global::Interop.Sys.AccessMode mode) 1070static extern unsafe int __PInvoke(byte* __path_native, global::Interop.Sys.AccessMode __mode_native);
src\runtime\src\libraries\Common\src\Interop\Unix\System.Native\Interop.Access.cs (1)
19internal static partial int Access(string path, AccessMode mode);
System\Diagnostics\ProcessUtils.Unix.cs (1)
25=> Interop.Sys.Access(fullPath, Interop.Sys.AccessMode.X_OK) == 0 && !Directory.Exists(fullPath);