2 writes to Detached
aspire (2)
DotNet\ProcessExecutionFactory.cs (2)
73
Detached
= options.Detached,
114
Detached
= options.Detached,
4 references to Detached
aspire (4)
Processes\IsolatedProcess.cs (3)
50
/// <see cref="KillOnParentExit"/> or <see cref="
Detached
"/> requires the Windows interop launcher.
322
if (_startInfo.
Detached
&& !OperatingSystem.IsWindows())
329
else if (OperatingSystem.IsWindows() && (_startInfo.IsolateConsole || _startInfo.KillOnParentExit || _startInfo.
Detached
))
Processes\IsolatedProcess.Windows.cs (1)
35
if (startInfo.
Detached
)