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