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