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)
655loggingService.MaxCPUCount = 5;
5 references to MaxCPUCount
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
400return Interlocked.Add(ref _nextEvaluationId, MaxCPUCount + 2); 413return Interlocked.Add(ref _nextProjectId, MaxCPUCount + 2);
Microsoft.Build.Engine.UnitTests (3)
BackEnd\LoggingService_Tests.cs (3)
107Assert.Equal(4, service.MaxCPUCount); 654Assert.Equal(1, loggingService.MaxCPUCount); 656Assert.Equal(5, loggingService.MaxCPUCount);