1 write to list
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (1)
216
this.
list
= list;
3 references to list
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (3)
262
if (version !=
list
.version)
268
current =
list
.head;
283
if (version !=
list
.version)