5 references to IsExecutable
System.Diagnostics.Process (5)
System\Diagnostics\ProcessUtils.cs (1)
33
if (
IsExecutable
(path))
System\Diagnostics\ProcessUtils.Unix.cs (4)
177
if (
IsExecutable
(filenameInWorkingDirectory))
193
if (
IsExecutable
(resolvedFilename))
313
if (
IsExecutable
(path))
323
if (
IsExecutable
(path))