1 instantiation of SmallFrozenDictionary
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenDictionary.cs (1)
243
return new
SmallFrozenDictionary
<TKey, TValue>(source);
2 references to SmallFrozenDictionary
System.Collections.Immutable (2)
System\Collections\Frozen\SmallFrozenDictionary.AlternateLookup.cs (2)
26
/// on instances known to be of type <see cref="
SmallFrozenDictionary
{TKey, TValue}"/>.
29
=> ref ((
SmallFrozenDictionary
<TKey, TValue>)dictionary).GetValueRefOrNullRefCoreAlternate(key);