1 instantiation of StepInfo
aspire (1)
Commands\PublishCommandBase.cs (1)
261stepInfo = new StepInfo
3 references to StepInfo
aspire (3)
Commands\PublishCommandBase.cs (3)
234var steps = new Dictionary<string, StepInfo>(); 254if (!steps.TryGetValue(activity.Data.Id, out var stepInfo)) 453public StepInfo? Step { get; set; }