1 write to sortedList
mscorlib (1)
system\collections\sortedlist.cs (1)
829
this.
sortedList
= sortedList;
12 references to sortedList
mscorlib (12)
system\collections\sortedlist.cs (12)
833
get { return
sortedList
._size; }
845
get { return
sortedList
.IsSynchronized; }
849
get { return
sortedList
.SyncRoot; }
862
return
sortedList
.Contains(key);
871
Array.Copy(
sortedList
.keys, 0, array, arrayIndex,
sortedList
.Count);
880
return
sortedList
.GetKey(index);
888
return new SortedListEnumerator(
sortedList
, 0,
sortedList
.Count, SortedListEnumerator.Keys);
896
int i = Array.BinarySearch(
sortedList
.keys, 0,
897
sortedList
.Count, key,
sortedList
.comparer);