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