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