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)
368for (DictionaryNode? node = _list.head; node != null; node = node.next) 380for (DictionaryNode? node = _list.head; node != null; node = node.next) 400return _list.SyncRoot; 406return new NodeKeyValueEnumerator(_list, _isKeys);