2 writes to _maxCPUCount
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
468
set =>
_maxCPUCount
= value;
863
_maxCPUCount
= buildComponentHost.BuildParameters.MaxNodeCount;
2 references to _maxCPUCount
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
466
get =>
_maxCPUCount
;
1806
nodeLogger.Initialize(sourceForLogger,
_maxCPUCount
);