3 writes to _key
System.Collections.NonGeneric (3)
System\Collections\SortedList.cs (3)
829
_key
= _sortedList.keys[_index];
835
_key
= null!;
881
_key
= null!;
4 references to _key
System.Collections.NonGeneric (4)
System\Collections\SortedList.cs (4)
820
return
_key
;
847
return new DictionaryEntry(
_key
, _value);
858
return
_key
;
862
return new DictionaryEntry(
_key
, _value);