1 write to StartTime
aspire (1)
Commands\PipelineCommandBase.cs (1)
553
StartTime
= DateTime.UtcNow,
1 reference to StartTime
aspire (1)
Commands\PipelineCommandBase.cs (1)
570
var duration = DateTime.UtcNow - task.
StartTime
;