2 references to GenericComparer
mscorlib (1)
mscorlib.cs (1)
5[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.GenericComparer<>))]
System.Private.CoreLib (1)
src\System\Collections\Generic\ComparerHelpers.cs (1)
38result = CreateInstanceForAnotherGenericParameter((RuntimeType)typeof(GenericComparer<int>), runtimeType);