1 write to list
System (1)
compmod\system\collections\specialized\listdictionary.cs (1)
358this.list = list;
4 references to list
System (4)
compmod\system\collections\specialized\listdictionary.cs (4)
367for (DictionaryNode node = list.head; node != null; node = node.next) { 376for (DictionaryNode node = list.head; node != null; node = node.next) { 391return list.SyncRoot; 396return new NodeKeyValueEnumerator(list, isKeys);