2 writes to _cpu
Aspire.Hosting.Foundry (2)
HostedAgent\HostedAgentConfiguration.cs (2)
71_cpu = value; 94_cpu = value / 2;
3 references to _cpu
Aspire.Hosting.Foundry (3)
HostedAgent\HostedAgentConfiguration.cs (3)
64get => _cpu; 79public string CpuString { get => _cpu.ToString(CultureInfo.InvariantCulture); } 87get => _cpu * 2;