1 instantiation of Int32FrozenDictionary
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenDictionary.cs (1)
143
return (FrozenDictionary<TKey, TValue>)(object)new
Int32FrozenDictionary
<TValue>((Dictionary<int, TValue>)(object)source);
2 references to Int32FrozenDictionary
System.Collections.Immutable (2)
System\Collections\Frozen\Int32\Int32FrozenDictionary.AlternateLookup.cs (2)
27
/// on instances known to be of type <see cref="
Int32FrozenDictionary
{TValue}"/>.
30
=> ref ((
Int32FrozenDictionary
<TValue>)dictionary).GetValueRefOrNullRefCoreAlternate(key);