4 references to IsCompatibleKey
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (4)
653if (!AlternateLookup<TAlternateKey>.IsCompatibleKey(this)) 676if (AlternateLookup<TAlternateKey>.IsCompatibleKey(this)) 697Debug.Assert(IsCompatibleKey(dictionary)); 739Debug.Assert(IsCompatibleKey(dictionary));