1 write to _sortedList
System (1)
compmod\system\collections\generic\sortedlist.cs (1)
864
_sortedList
= sortedList;
6 references to _sortedList
System (6)
compmod\system\collections\generic\sortedlist.cs (6)
874
if (version !=
_sortedList
.version) {
878
if ( (uint)index < (uint)
_sortedList
.Count) {
879
currentValue =
_sortedList
.values[index];
884
index =
_sortedList
.Count + 1;
897
if( index == 0 || (index ==
_sortedList
.Count + 1) ) {
906
if (version !=
_sortedList
.version) {