7 references to Slot
Microsoft.Build (7)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (7)
105
private
Slot
[] _slots;
555
_slots = new
Slot
[capacity];
719
Slot
[] newSlots = new
Slot
[newSize];
765
_slots = new
Slot
[size];
785
Slot
[] newSlots = new
Slot
[newSize];