1 write to isKeys
mscorlib (1)
system\collections\listdictionaryinternal.cs (1)
330
this.
isKeys
= isKeys;
2 references to isKeys
mscorlib (2)
system\collections\listdictionaryinternal.cs (2)
344
array.SetValue(
isKeys
? node.key : node.value, index);
372
return new NodeKeyValueEnumerator(list,
isKeys
);