8 references to Executable
Aspire.Hosting (8)
Dcp\ResourceSnapshotBuilder.cs (8)
122new(KnownProperties.Executable.Path, executable.Spec.ExecutablePath), 123new(KnownProperties.Executable.WorkDir, executable.Spec.WorkingDirectory), 124new(KnownProperties.Executable.Args, executable.Status?.EffectiveArgs ?? []) { IsSensitive = true }, 125new(KnownProperties.Executable.Pid, executable.Status?.ProcessId), 145new(KnownProperties.Executable.Path, executable.Spec.ExecutablePath), 146new(KnownProperties.Executable.WorkDir, executable.Spec.WorkingDirectory), 147new(KnownProperties.Executable.Args, executable.Status?.EffectiveArgs ?? []) { IsSensitive = true }, 148new(KnownProperties.Executable.Pid, executable.Status?.ProcessId),