Implemented interface member:
property
MaxCPUCount
Microsoft.Build.BackEnd.Logging.ILoggingService.MaxCPUCount
2 references to MaxCPUCount
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
413
return Interlocked.Add(ref _nextEvaluationId,
MaxCPUCount
+ 2);
426
return Interlocked.Add(ref _nextProjectId,
MaxCPUCount
+ 2);