4 references to IsCompatibleKey
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (4)
652if (!AlternateLookup<TAlternateKey>.IsCompatibleKey(this)) 675if (AlternateLookup<TAlternateKey>.IsCompatibleKey(this)) 696Debug.Assert(IsCompatibleKey(dictionary)); 738Debug.Assert(IsCompatibleKey(dictionary));