2 references to Keys
System (2)
compmod\system\collections\specialized\ordereddictionary.cs (2)
401if (_objectReturnType == Keys) { 497return new OrderedDictionaryEnumerator(_objects, isKeys == true ? OrderedDictionaryEnumerator.Keys : OrderedDictionaryEnumerator.Values);