1 write to _sortedList
System (1)
compmod\system\collections\generic\sortedlist.cs (1)
803
_sortedList
= sortedList;
6 references to _sortedList
System (6)
compmod\system\collections\generic\sortedlist.cs (6)
813
if (version !=
_sortedList
.version) {
817
if ( (uint)index < (uint)
_sortedList
.Count) {
818
currentKey =
_sortedList
.keys[index];
823
index =
_sortedList
.Count + 1;
836
if( index == 0 || (index ==
_sortedList
.Count + 1) ) {
845
if (version !=
_sortedList
.version) {