5 references to FindItemIndex
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (5)
216public bool Contains(T item) => FindItemIndex(item) >= 0; 788int index = FindItemIndex(equalValue); 1516location = FindItemIndex(value); 1590int index = FindItemIndex(item); 1748int index = FindItemIndex(item);