4 references to IsCompatibleKey
System.Collections.Concurrent (4)
System\Collections\Concurrent\ConcurrentDictionary.cs (4)
245
if (!
IsCompatibleKey
<TAlternateKey>(_tables))
266
if (
IsCompatibleKey
<TAlternateKey>(_tables))
2353
Debug.Assert(
IsCompatibleKey
<TAlternateKey>(tables));
2368
Debug.Assert(
IsCompatibleKey
<TAlternateKey>(dictionary._tables));