System\Collections\Frozen\Integer\DenseIntegralFrozenDictionary.cs (5)
43return TryCreate<TKey, byte, TValue>(source, out result);
46return TryCreate<TKey, sbyte, TValue>(source, out result);
49return TryCreate<TKey, ushort, TValue>(source, out result);
52return TryCreate<TKey, short, TValue>(source, out result);
55return TryCreate<TKey, int, TValue>(source, out result);