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