2 writes to key
System (2)
compmod\system\collections\specialized\listdictionary.cs (2)
91
newNode.
key
= key;
188
newNode.
key
= key;
11 references to key
System (11)
compmod\system\collections\specialized\listdictionary.cs (11)
52
object oldKey = node.
key
;
61
object oldKey = node.
key
;
78
object oldKey = node.
key
;
180
object oldKey = node.
key
;
216
object oldKey = node.
key
;
237
array.SetValue(new DictionaryEntry(node.
key
, node.value), index);
264
object oldKey = node.
key
;
306
return new DictionaryEntry(current.
key
, current.value);
315
return current.
key
;
368
array.SetValue(isKeys ? node.
key
: node.value, index);
420
return isKeys ? current.
key
: current.value;