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)
847return new DictionaryEntry(_key, _value); 860return _value; 862return new DictionaryEntry(_key, _value); 872return _value;