5 references to Argument_InvalidArgumentForComparison
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Comparer.cs (1)
30ThrowHelper.ThrowArgumentException(ExceptionResource.Argument_InvalidArgumentForComparison);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\EqualityComparer.cs (2)
67ThrowHelper.ThrowArgumentException(ExceptionResource.Argument_InvalidArgumentForComparison); 76ThrowHelper.ThrowArgumentException(ExceptionResource.Argument_InvalidArgumentForComparison);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\TotalOrderIeee754Comparer.cs (1)
314ThrowHelper.ThrowArgumentException(ExceptionResource.Argument_InvalidArgumentForComparison);
src\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
1193case ExceptionResource.Argument_InvalidArgumentForComparison: