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