5 overrides of GetAlternateLookupDelegate
System.Collections.Immutable (5)
System\Collections\Frozen\DefaultFrozenDictionary.AlternateLookup.cs (1)
13private protected override AlternateLookupDelegate<TAlternateKey> GetAlternateLookupDelegate<TAlternateKey>()
System\Collections\Frozen\Int32\Int32FrozenDictionary.AlternateLookup.cs (1)
14private protected override AlternateLookupDelegate<TAlternateKey> GetAlternateLookupDelegate<TAlternateKey>()
System\Collections\Frozen\SmallFrozenDictionary.AlternateLookup.cs (1)
13private protected override AlternateLookupDelegate<TAlternateKey> GetAlternateLookupDelegate<TAlternateKey>()
System\Collections\Frozen\String\LengthBucketsFrozenDictionary.AlternateLookup.cs (1)
20private protected override AlternateLookupDelegate<TAlternateKey> GetAlternateLookupDelegate<TAlternateKey>()
System\Collections\Frozen\String\OrdinalStringFrozenDictionary.AlternateLookup.cs (1)
20private protected override AlternateLookupDelegate<TAlternateKey> GetAlternateLookupDelegate<TAlternateKey>()
1 reference to GetAlternateLookupDelegate
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenDictionary.AlternateLookup.cs (1)
56lookup = new AlternateLookup<TAlternateKey>(this, GetAlternateLookupDelegate<TAlternateKey>());