2 writes to key
System.Collections.Specialized (2)
System\Collections\Specialized\ListDictionary.cs (2)
87newNode.key = key; 169newNode.key = key;
11 references to key
System.Collections.Specialized (11)
System\Collections\Specialized\ListDictionary.cs (11)
41object oldKey = node.key; 53object oldKey = node.key; 72object oldKey = node.key; 160object oldKey = node.key; 195object oldKey = node.key; 215array.SetValue(new DictionaryEntry(node.key, node.value), index); 239object oldKey = node.key; 294return new DictionaryEntry(_current.key, _current.value); 306return _current.key; 370array.SetValue(_isKeys ? node.key : node.value, index); 435return _isKeys ? _current.key : _current.value;