8 references to PlatformSupportsProcessStartAndKill
System.Diagnostics.Process (8)
Microsoft\Win32\SafeHandles\SafeProcessHandle.cs (4)
135if (!ProcessUtils.PlatformSupportsProcessStartAndKill) 180if (!ProcessUtils.PlatformSupportsProcessStartAndKill) 330if (!ProcessUtils.PlatformSupportsProcessStartAndKill) 426if (!ProcessUtils.PlatformSupportsProcessStartAndKill)
Microsoft\Win32\SafeHandles\SafeProcessHandle.Unix.cs (1)
109if (!ProcessUtils.PlatformSupportsProcessStartAndKill)
System\Diagnostics\Process.cs (1)
1192if (!ProcessUtils.PlatformSupportsProcessStartAndKill)
System\Diagnostics\Process.Unix.cs (1)
57if (!ProcessUtils.PlatformSupportsProcessStartAndKill)
System\Runtime\InteropServices\UnixProcessStartArguments.cs (1)
114if (!ProcessUtils.PlatformSupportsProcessStartAndKill)