2 references to AlternateLookup
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (2)
250return new AlternateLookup<TAlternateKey>(this); 268lookup = new AlternateLookup<TAlternateKey>(this);