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