Dcp\ResourceSnapshotBuilder.cs (8)
115new(KnownProperties.Executable.Path, executable.Spec.ExecutablePath),
116new(KnownProperties.Executable.WorkDir, executable.Spec.WorkingDirectory),
117new(KnownProperties.Executable.Args, executable.Status?.EffectiveArgs ?? []) { IsSensitive = true },
118new(KnownProperties.Executable.Pid, executable.Status?.ProcessId),
136new(KnownProperties.Executable.Path, executable.Spec.ExecutablePath),
137new(KnownProperties.Executable.WorkDir, executable.Spec.WorkingDirectory),
138new(KnownProperties.Executable.Args, executable.Status?.EffectiveArgs ?? []) { IsSensitive = true },
139new(KnownProperties.Executable.Pid, executable.Status?.ProcessId)