1 write to list
mscorlib (1)
system\collections\listdictionaryinternal.cs (1)
329this.list = list;
5 references to list
mscorlib (5)
system\collections\listdictionaryinternal.cs (5)
341if (array.Length - index < list.Count) 343for (DictionaryNode node = list.head; node != null; node = node.next) { 352for (DictionaryNode node = list.head; node != null; node = node.next) { 367return list.SyncRoot; 372return new NodeKeyValueEnumerator(list, isKeys);