1 write to _list
System.Collections.Specialized (1)
System\Collections\Specialized\ListDictionary.cs (1)
358
_list
= list;
4 references to _list
System.Collections.Specialized (4)
System\Collections\Specialized\ListDictionary.cs (4)
368
for (DictionaryNode? node =
_list
.head; node != null; node = node.next)
380
for (DictionaryNode? node =
_list
.head; node != null; node = node.next)
400
return
_list
.SyncRoot;
406
return new NodeKeyValueEnumerator(
_list
, _isKeys);