4 references to ObjectComparer
mscorlib (1)
mscorlib.cs (1)
7[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.ObjectComparer<>))]
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Comparer.cs (2)
89info.SetType(typeof(ObjectComparer<T?>)); 153info.SetType(typeof(ObjectComparer<T>));
src\System\Collections\Generic\ComparerHelpers.cs (1)
52return result ?? CreateInstanceForAnotherGenericParameter((RuntimeType)typeof(ObjectComparer<object>), runtimeType);