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