12 references to PlatformSupportsProcessStartAndKill
System.Diagnostics.Process (12)
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 (5)
1251if (!ProcessUtils.PlatformSupportsProcessStartAndKill) 1766if (!ProcessUtils.PlatformSupportsProcessStartAndKill) 1783if (!ProcessUtils.PlatformSupportsProcessStartAndKill) 1818if (!ProcessUtils.PlatformSupportsProcessStartAndKill) 1853if (!ProcessUtils.PlatformSupportsProcessStartAndKill)
System\Diagnostics\Process.Unix.cs (1)
58if (!ProcessUtils.PlatformSupportsProcessStartAndKill)
System\Runtime\InteropServices\UnixProcessStartArguments.cs (1)
114if (!ProcessUtils.PlatformSupportsProcessStartAndKill)