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