5 writes to index
System (5)
compmod\system\collections\generic\sortedlist.cs (5)
700
this.
index
= 0;
709
index
= 0;
731
index
++;
735
index
= _sortedList.Count + 1;
786
index
= 0;
11 references to index
System (11)
compmod\system\collections\generic\sortedlist.cs (11)
717
if(
index
== 0 || (
index
== _sortedList.Count + 1) ) {
728
if ( (uint)
index
< (uint)_sortedList.Count ) {
729
key = _sortedList.keys[
index
];
730
value = _sortedList.values[
index
];
743
if(
index
== 0 || (
index
== _sortedList.Count + 1) ) {
759
if(
index
== 0 || (
index
== _sortedList.Count + 1) ) {
773
if(
index
== 0 || (
index
== _sortedList.Count + 1) ) {