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