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