1 write to isKeys
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (1)
352
this.
isKeys
= isKeys;
1 reference to isKeys
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (1)
366
return
isKeys
? current.key : current.value;