1 write to _dict
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
1122
_dict
= dictionary;
11 references to _dict
System.Collections (11)
System\Collections\Generic\SortedList.cs (11)
1127
get { return
_dict
._size; }
1142
get { return ((ICollection)
_dict
).SyncRoot; }
1157
return
_dict
.ContainsValue(value);
1163
Array.Copy(
_dict
.values, 0, array, arrayIndex,
_dict
.Count);
1174
Array.Copy(
_dict
.values, 0, array!, index,
_dict
.Count);
1191
return
_dict
.GetValueAtIndex(index);
1201
new SortedListValueEnumerator(
_dict
);
1207
return Array.IndexOf(
_dict
.values, value, 0,
_dict
.Count);