Implemented interface member:
property
MaxCPUCount
Microsoft.Build.BackEnd.Logging.ILoggingService.MaxCPUCount
1 write to MaxCPUCount
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingService_Tests.cs (1)
654loggingService.MaxCPUCount = 5;
5 references to MaxCPUCount
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
407return Interlocked.Add(ref _nextEvaluationId, MaxCPUCount + 2); 420return Interlocked.Add(ref _nextProjectId, MaxCPUCount + 2);
Microsoft.Build.Engine.UnitTests (3)
BackEnd\LoggingService_Tests.cs (3)
106Assert.Equal(4, service.MaxCPUCount); 653Assert.Equal(1, loggingService.MaxCPUCount); 655Assert.Equal(5, loggingService.MaxCPUCount);