2 writes to IsolateConsole
aspire (2)
DotNet\ProcessExecutionFactory.cs (2)
71
IsolateConsole
= options.IsolateConsole,
112
IsolateConsole
= options.IsolateConsole,
3 references to IsolateConsole
aspire (3)
Processes\IsolatedProcess.cs (1)
329
else if (OperatingSystem.IsWindows() && (_startInfo.
IsolateConsole
|| _startInfo.KillOnParentExit || _startInfo.Detached))
Processes\IsolatedProcess.Windows.cs (2)
90
createNewConsole: startInfo.
IsolateConsole
,
226
createNewConsole: startInfo.
IsolateConsole
,