5 writes to _key
System.Collections (5)
System\Collections\Generic\SortedList.cs (5)
768_key = default; 775_key = default; 798_key = _sortedList.keys[_index]; 805_key = default; 866_key = default;
5 references to _key
System.Collections (5)
System\Collections\Generic\SortedList.cs (5)
788return _key!; 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!);