5 references to Slot
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentQueueSegment.cs (5)
25
internal readonly
Slot
[] _slots; // SOS's ThreadPool command depends on this name
53
_slots = new
Slot
[boundedLength];
109
Slot
[] slots = _slots;
205
Slot
[] slots = _slots;
268
Slot
[] slots = _slots;