3 references to IndexOf
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (3)
401
int i =
IndexOf
(key, ref hashCode, ref collisionCount);
616
return
IndexOf
(key, ref _, ref _);
844
if (
IndexOf
(key, ref hashCode, ref collisionCount) >= 0)