2 writes to _cpu
Aspire.Hosting.Foundry (2)
HostedAgent\HostedAgentConfiguration.cs (2)
69_cpu = value; 92_cpu = value / 2;
3 references to _cpu
Aspire.Hosting.Foundry (3)
HostedAgent\HostedAgentConfiguration.cs (3)
62get => _cpu; 77public string CpuString { get => _cpu.ToString(CultureInfo.InvariantCulture); } 85get => _cpu * 2;