2 references to GetValueRefOrNullRefCoreAlternate
System.Collections.Immutable (2)
System\Collections\Frozen\DefaultFrozenDictionary.AlternateLookup.cs (2)
25
/// Invokes <see cref="
GetValueRefOrNullRefCoreAlternate
{TAlternateKey}(TAlternateKey)"/>
29
=> ref ((DefaultFrozenDictionary<TKey, TValue>)dictionary).
GetValueRefOrNullRefCoreAlternate
(key);