1 override of Capacity
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
635public override int Capacity
3 writes to Capacity
System.Collections.NonGeneric (3)
System\Collections\SortedList.cs (3)
132Capacity = capacity; 376Capacity = newCapacity; 567Capacity = _size;
1 reference to Capacity
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
637get { lock (_root) { return _list.Capacity; } }