4 references to StartDetached
System.Diagnostics.Process (4)
Microsoft\Win32\SafeHandles\SafeProcessHandle.cs (1)
161return Start(startInfo, fallbackToNull: startInfo.StartDetached);
Microsoft\Win32\SafeHandles\SafeProcessHandle.Unix.cs (1)
366startInfo.StartDetached, startInfo.KillOnParentExit, inheritedHandles);
System\Diagnostics\Process.cs (1)
1266if (startInfo.StartDetached)
System\Diagnostics\ProcessStartInfo.cs (1)
467if (StartDetached && UseShellExecute)