7 references to PlatformSupportsProcessStartAndKill
System.Diagnostics.Process (7)
Microsoft\Win32\SafeHandles\SafeProcessHandle.cs (4)
135if (!ProcessUtils.PlatformSupportsProcessStartAndKill) 180if (!ProcessUtils.PlatformSupportsProcessStartAndKill) 320if (!ProcessUtils.PlatformSupportsProcessStartAndKill) 416if (!ProcessUtils.PlatformSupportsProcessStartAndKill)
Microsoft\Win32\SafeHandles\SafeProcessHandle.Unix.cs (1)
111if (!ProcessUtils.PlatformSupportsProcessStartAndKill)
System\Diagnostics\Process.cs (1)
1192if (!ProcessUtils.PlatformSupportsProcessStartAndKill)
System\Diagnostics\Process.Unix.cs (1)
57if (!ProcessUtils.PlatformSupportsProcessStartAndKill)