1 write to _sortedList
System (1)
compmod\system\collections\generic\sortedlist.cs (1)
699
this.
_sortedList
= sortedList;
11 references to _sortedList
System (11)
compmod\system\collections\generic\sortedlist.cs (11)
701
version =
_sortedList
.version;
717
if( index == 0 || (index ==
_sortedList
.Count + 1) ) {
726
if (version !=
_sortedList
.version) ThrowHelper.ThrowInvalidOperationException(ExceptionResource.InvalidOperation_EnumFailedVersion);
728
if ( (uint)index < (uint)
_sortedList
.Count ) {
729
key =
_sortedList
.keys[index];
730
value =
_sortedList
.values[index];
735
index =
_sortedList
.Count + 1;
743
if( index == 0 || (index ==
_sortedList
.Count + 1) ) {
759
if( index == 0 || (index ==
_sortedList
.Count + 1) ) {
773
if( index == 0 || (index ==
_sortedList
.Count + 1) ) {
782
if (version !=
_sortedList
.version) {