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