1 write to list
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (1)
299
this.
list
= list;
5 references to list
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (5)
310
if (array.Length - index <
list
.Count)
312
for (DictionaryNode? node =
list
.head; node != null; node = node.next)
324
for (DictionaryNode? node =
list
.head; node != null; node = node.next)
334
object ICollection.SyncRoot =>
list
.SyncRoot;
338
return new NodeKeyValueEnumerator(
list
, isKeys);