2 writes to _maxCPUCount
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
490set => _maxCPUCount = value; 894_maxCPUCount = buildComponentHost.BuildParameters.MaxNodeCount;
2 references to _maxCPUCount
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
488get => _maxCPUCount; 1815nodeLogger.Initialize(sourceForLogger, _maxCPUCount);