8 references to Executable
Aspire.Hosting (8)
Dcp\ApplicationExecutor.cs (8)
658new(KnownProperties.Executable.Path, executable.Spec.ExecutablePath), 659new(KnownProperties.Executable.WorkDir, executable.Spec.WorkingDirectory), 660new(KnownProperties.Executable.Args, executable.Status?.EffectiveArgs ?? []), 661new(KnownProperties.Executable.Pid, executable.Status?.ProcessId), 676new(KnownProperties.Executable.Path, executable.Spec.ExecutablePath), 677new(KnownProperties.Executable.WorkDir, executable.Spec.WorkingDirectory), 678new(KnownProperties.Executable.Args, executable.Status?.EffectiveArgs ?? []), 679new(KnownProperties.Executable.Pid, executable.Status?.ProcessId)