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