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