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)
819return new DictionaryEntry(_key!, _value); 823public KeyValuePair<TKey, TValue> Current => new KeyValuePair<TKey, TValue>(_key!, _value!); 836return new DictionaryEntry(_key!, _value); 840return new KeyValuePair<TKey, TValue>(_key!, _value!); 854return _value;