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