2 references to KillOnParentExit
System.Diagnostics.Process (2)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Native\Interop.ForkAndExecProcess.cs (1)
80startInfo.KillOnParentExit ? 1 : 0, startInfo.StartSuspended ? 1 : 0);
System\Diagnostics\ProcessStartInfo.cs (1)
494if (KillOnParentExit && UseShellExecute)