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