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)
788
return
_key
!;
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!);