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