3 writes to DetachedUnixLauncherPath
aspire (3)
DotNet\ProcessExecution.cs (1)
189
_startInfo.
DetachedUnixLauncherPath
= dcpExecutable.ExecutablePath;
DotNet\ProcessExecutionFactory.cs (2)
74
DetachedUnixLauncherPath
= options.DetachedUnixLauncherPathOverride,
115
DetachedUnixLauncherPath
= options.DetachedUnixLauncherPathOverride,
3 references to DetachedUnixLauncherPath
aspire (3)
DotNet\ProcessExecution.cs (1)
153
if (!_options.Detached || OperatingSystem.IsWindows() || _startInfo.
DetachedUnixLauncherPath
is not null)
Processes\IsolatedProcess.Unix.cs (2)
15
if (startInfo.
DetachedUnixLauncherPath
is null)
22
FileName = startInfo.
DetachedUnixLauncherPath
,