3 writes to _value
System.Collections.NonGeneric (3)
System\Collections\SortedList.cs (3)
830
_value
= _sortedList.values[_index];
836
_value
= null;
882
_value
= null;
4 references to _value
System.Collections.NonGeneric (4)
System\Collections\SortedList.cs (4)
847
return new DictionaryEntry(_key,
_value
);
860
return
_value
;
862
return new DictionaryEntry(_key,
_value
);
872
return
_value
;