1 instantiation of TaskInfo
aspire (1)
Commands\PublishCommandBase.cs (1)
346task = new TaskInfo
2 references to TaskInfo
aspire (2)
Commands\PublishCommandBase.cs (2)
344if (!tasks.TryGetValue(activity.Data.Id, out var task)) 599public Dictionary<string, TaskInfo> Tasks { get; } = [];