2 references to FindValue
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (2)
606public bool Contains(TAlternate item) => !Unsafe.IsNullRef(in FindValue(item)); 614ref readonly T value = ref FindValue(equalValue);