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