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