8 references to Executable
Aspire.Hosting (8)
Dcp\ResourceSnapshotBuilder.cs (8)
127new(KnownProperties.Executable.Path, executable.Spec.ExecutablePath), 128new(KnownProperties.Executable.WorkDir, executable.Spec.WorkingDirectory), 129new(KnownProperties.Executable.Args, executable.Status?.EffectiveArgs ?? []) { IsSensitive = true }, 130new(KnownProperties.Executable.Pid, executable.Status?.ProcessId), 150new(KnownProperties.Executable.Path, executable.Spec.ExecutablePath), 151new(KnownProperties.Executable.WorkDir, executable.Spec.WorkingDirectory), 152new(KnownProperties.Executable.Args, executable.Status?.EffectiveArgs ?? []) { IsSensitive = true }, 153new(KnownProperties.Executable.Pid, executable.Status?.ProcessId),