1 write to isKeys
System (1)
compmod\system\collections\specialized\ordereddictionary.cs (1)
464
this.
isKeys
= isKeys;
2 references to isKeys
System (2)
compmod\system\collections\specialized\ordereddictionary.cs (2)
473
array.SetValue(
isKeys
? ((DictionaryEntry)o).Key : ((DictionaryEntry)o).Value, index);
497
return new OrderedDictionaryEnumerator(_objects,
isKeys
== true ? OrderedDictionaryEnumerator.Keys : OrderedDictionaryEnumerator.Values);