5 writes to _value
System.Collections (5)
System\Collections\Generic\SortedList.cs (5)
769
_value
= default;
776
_value
= default;
799
_value
= _sortedList.values[_index];
806
_value
= default;
867
_value
= default;
5 references to _value
System.Collections (5)
System\Collections\Generic\SortedList.cs (5)
819
return new DictionaryEntry(_key!,
_value
);
823
public KeyValuePair<TKey, TValue> Current => new KeyValuePair<TKey, TValue>(_key!,
_value
!);
836
return new DictionaryEntry(_key!,
_value
);
840
return new KeyValuePair<TKey, TValue>(_key!,
_value
!);
854
return
_value
;