1 write to _startInfo
aspire (1)
Processes\IsolatedProcess.cs (1)
126_startInfo = startInfo;
8 references to _startInfo
aspire (8)
Processes\IsolatedProcess.cs (8)
322if (_startInfo.Detached && !OperatingSystem.IsWindows()) 324startedProcess = await StartDetachedUnixAsync(_startInfo, cancellationToken).ConfigureAwait(false); 329else if (OperatingSystem.IsWindows() && (_startInfo.IsolateConsole || _startInfo.KillOnParentExit || _startInfo.Detached)) 331startedProcess = StartWindows(_startInfo); 335startedProcess = StartRedirected(_startInfo); 414Arguments = _startInfo.ArgumentList.ToArray();