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)
426
var array = new DebugViewDictionaryItem<object, object?>[
_list
.count];
428
for (DictionaryNode? node =
_list
.head; node != null; node = node.next)