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