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