1 write to isKeys
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (1)
300
this.
isKeys
= isKeys;
2 references to isKeys
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (2)
314
array.SetValue(
isKeys
? node.key : node.value, index);
338
return new NodeKeyValueEnumerator(list,
isKeys
);