1 write to Id
aspire (1)
Agents\SkillLocation.cs (1)
61Id = id;
3 references to Id
aspire (3)
Agents\SkillLocation.cs (1)
105public override string ToString() => Id;
Commands\AgentInitCommand.cs (2)
63string.Join(",", SkillLocation.All.Select(l => l.Id)), 237var defaultLocationIds = string.Join(",", SkillLocation.All.Where(l => l.IsDefault).Select(l => l.Id));