1 write to sortedList
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
894this.sortedList = sortedList;
12 references to sortedList
System.Collections.NonGeneric (12)
System\Collections\SortedList.cs (12)
899get { return sortedList._size; } 914get { return sortedList.IsSynchronized; } 919get { return sortedList.SyncRoot; } 935return sortedList.Contains(key!); 944Array.Copy(sortedList.keys, 0, array!, arrayIndex, sortedList.Count); 956return sortedList.GetKey(index); 966return new SortedListEnumerator(sortedList, 0, sortedList.Count, SortedListEnumerator.Keys); 973int i = Array.BinarySearch(sortedList.keys, 0, 974sortedList.Count, key, sortedList.comparer);