3 references to AlternateLookup
System.Collections.Concurrent (3)
System\Collections\Concurrent\ConcurrentDictionary.cs (3)
243
public
AlternateLookup
<TAlternateKey> GetAlternateLookup<TAlternateKey>() where TAlternateKey : notnull, allows ref struct
250
return new
AlternateLookup
<TAlternateKey>(this);
264
public bool TryGetAlternateLookup<TAlternateKey>(out
AlternateLookup
<TAlternateKey> lookup) where TAlternateKey : notnull, allows ref struct