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