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