7 references to Slot
Microsoft.Build (7)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (7)
105
private
Slot
[] _slots;
558
_slots = new
Slot
[capacity];
722
Slot
[] newSlots = new
Slot
[newSize];
768
_slots = new
Slot
[size];
788
Slot
[] newSlots = new
Slot
[newSize];