3 references to Argument_ImplementIComparable
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Comparer.cs (1)
67throw new ArgumentException(SR.Argument_ImplementIComparable);
src\libraries\System.Private.CoreLib\src\System\Collections\CompatibleComparer.cs (1)
44throw new ArgumentException(SR.Argument_ImplementIComparable);
src\libraries\System.Private.CoreLib\src\System\StringComparer.cs (1)
175throw new ArgumentException(SR.Argument_ImplementIComparable);