2 references to AlternateLookup
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
658return new AlternateLookup<TAlternateKey>(this); 678lookup = new AlternateLookup<TAlternateKey>(this);