4 references to StartSuspended
System.Diagnostics.Process (4)
Microsoft\Win32\SafeHandles\SafeProcessHandle.cs (1)
209/// Resumes the process that was started with <see cref="ProcessStartInfo.StartSuspended" /> set to <see langword="true" />.
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 (2)
477if (StartSuspended && !OperatingSystem.IsWindows() && !OperatingSystem.IsMacOS()) 482if (StartSuspended && UseShellExecute)