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