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