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