1 write to _list
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (1)
418_list = list;
2 references to _list
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (2)
426var array = new DebugViewDictionaryItem<object, object?>[_list.count]; 428for (DictionaryNode? node = _list.head; node != null; node = node.next)