5 references to Argument_InvalidArgumentForComparison
mscorlib (5)
system\collections\generic\comparer.cs (1)
80ThrowHelper.ThrowArgumentException(ExceptionResource.Argument_InvalidArgumentForComparison);
system\collections\generic\equalitycomparer.cs (3)
110ThrowHelper.ThrowArgumentException(ExceptionResource.Argument_InvalidArgumentForComparison); 118ThrowHelper.ThrowArgumentException(ExceptionResource.Argument_InvalidArgumentForComparison); 508ThrowHelper.ThrowArgumentException(ExceptionResource.Argument_InvalidArgumentForComparison);
system\throwhelper.cs (1)
369case ExceptionResource.Argument_InvalidArgumentForComparison: