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