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