2 references to IndexOfKey
System (2)
compmod\system\collections\specialized\ordereddictionary.cs (2)
185objectsArray[IndexOfKey(key)] = new DictionaryEntry(key, value); 331int index = IndexOfKey(key);