4 references to StartDetached
System.Diagnostics.Process (4)
Microsoft\Win32\SafeHandles\SafeProcessHandle.cs (1)
161return Start(startInfo, fallbackToNull: startInfo.StartDetached);
src\runtime\src\libraries\Common\src\Interop\Unix\System.Native\Interop.ForkAndExecProcess.cs (1)
78pInheritedFds, inheritedFdCount, startInfo.StartDetached ? 1 : 0,
System\Diagnostics\Process.cs (1)
1366if (startInfo.StartDetached)
System\Diagnostics\ProcessStartInfo.cs (1)
471if (StartDetached && UseShellExecute)