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