4 references to IsCompatibleKey
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (4)
245
if (!
IsCompatibleKey
<TAlternateKey>(_tables))
266
if (
IsCompatibleKey
<TAlternateKey>(_tables))
2323
Debug.Assert(
IsCompatibleKey
<TAlternateKey>(tables));
2338
Debug.Assert(
IsCompatibleKey
<TAlternateKey>(dictionary._tables));