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