8 references to Executable
Aspire.Hosting (8)
Dcp\ApplicationExecutor.cs (8)
702new(KnownProperties.Executable.Path, executable.Spec.ExecutablePath), 703new(KnownProperties.Executable.WorkDir, executable.Spec.WorkingDirectory), 704new(KnownProperties.Executable.Args, executable.Status?.EffectiveArgs ?? []) { IsSensitive = true }, 705new(KnownProperties.Executable.Pid, executable.Status?.ProcessId), 723new(KnownProperties.Executable.Path, executable.Spec.ExecutablePath), 724new(KnownProperties.Executable.WorkDir, executable.Spec.WorkingDirectory), 725new(KnownProperties.Executable.Args, executable.Status?.EffectiveArgs ?? []) { IsSensitive = true }, 726new(KnownProperties.Executable.Pid, executable.Status?.ProcessId)