5 references to Argument_InvalidArgumentForComparison
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Comparer.cs (1)
30ThrowHelper.ThrowArgumentException(ExceptionResource.Argument_InvalidArgumentForComparison);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\EqualityComparer.cs (2)
44ThrowHelper.ThrowArgumentException(ExceptionResource.Argument_InvalidArgumentForComparison); 53ThrowHelper.ThrowArgumentException(ExceptionResource.Argument_InvalidArgumentForComparison);
src\libraries\System.Private.CoreLib\src\System\Numerics\TotalOrderIeee754Comparer.cs (1)
197ThrowHelper.ThrowArgumentException(ExceptionResource.Argument_InvalidArgumentForComparison);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
1197case ExceptionResource.Argument_InvalidArgumentForComparison: