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