1 write to _startInfo
aspire (1)
DotNet\ProcessExecution.cs (1)
55_startInfo = startInfo;
6 references to _startInfo
aspire (6)
DotNet\ProcessExecution.cs (6)
116process = new IsolatedProcess(_startInfo); 147_logger.LogDebug("{FileName}({ProcessId}) started in {WorkingDirectory}", _fileName, process.Id, _startInfo.WorkingDirectory); 153if (!_options.Detached || OperatingSystem.IsWindows() || _startInfo.DetachedUnixLauncherPath is not null) 178var environment = _startInfo.Environment 185_startInfo.Environment[key] = value; 189_startInfo.DetachedUnixLauncherPath = dcpExecutable.ExecutablePath;