1 write to AvailableSlotCount
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\Parallel\ParallelOperationManager.cs (1)
80
AvailableSlotCount
= _managerSlots.Count(s => !s.HasWork);
2 references to AvailableSlotCount
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\Parallel\ParallelOperationManager.cs (2)
81
OccupiedSlotCount = _managerSlots.Count -
AvailableSlotCount
;
85
EqtTrace.Verbose($"ParallelOperationManager.SetOccupiedSlotCount: Setting slot counts AvailableSlotCount = {
AvailableSlotCount
}, OccupiedSlotCount = {OccupiedSlotCount}.");