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