1 write to _dict
System (1)
compmod\system\collections\generic\sortedlist.cs (1)
1024
this.
_dict
= dictionary;
12 references to _dict
System (12)
compmod\system\collections\generic\sortedlist.cs (12)
1028
get { return
_dict
._size; }
1040
get { return ((ICollection)
_dict
).SyncRoot; }
1052
return
_dict
.ContainsValue(value);
1057
Array.Copy(
_dict
.values, 0, array, arrayIndex,
_dict
.Count);
1066
Array.Copy(
_dict
.values, 0, array, arrayIndex,
_dict
.Count);
1079
return
_dict
.GetByIndex(index);
1087
return new SortedListValueEnumerator(
_dict
);
1091
return new SortedListValueEnumerator(
_dict
);
1095
return Array.IndexOf(
_dict
.values, value, 0,
_dict
.Count);