2 writes to _maxCPUCount
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
475set => _maxCPUCount = value; 870_maxCPUCount = buildComponentHost.BuildParameters.MaxNodeCount;
2 references to _maxCPUCount
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
473get => _maxCPUCount; 1786nodeLogger.Initialize(sourceForLogger, _maxCPUCount);