10 references to Executable
Aspire.Hosting (10)
Dcp\ResourceSnapshotBuilder.cs (10)
115new(KnownProperties.Executable.WorkDir, executable.Spec.WorkingDirectory), 116new(KnownProperties.Executable.Args, executable.Status?.EffectiveArgs ?? []) { IsSensitive = true }, 166new(KnownProperties.Executable.Path, executable.Spec.ExecutablePath), 167new(KnownProperties.Executable.WorkDir, executable.Spec.WorkingDirectory), 168new(KnownProperties.Executable.Args, executable.Status?.EffectiveArgs ?? []) { IsSensitive = true }, 169new(KnownProperties.Executable.Pid, executable.Status?.ProcessId), 190new(KnownProperties.Executable.Path, executable.Spec.ExecutablePath), 191new(KnownProperties.Executable.WorkDir, executable.Spec.WorkingDirectory), 192new(KnownProperties.Executable.Args, executable.Status?.EffectiveArgs ?? []) { IsSensitive = true }, 193new(KnownProperties.Executable.Pid, executable.Status?.ProcessId),