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