2 references to GetArgumentString
System.Linq (2)
System\Linq\ThrowHelper.cs (2)
12
internal static void ThrowArgumentNullException(ExceptionArgument argument) => throw new ArgumentNullException(
GetArgumentString
(argument));
15
internal static void ThrowArgumentOutOfRangeException(ExceptionArgument argument) => throw new ArgumentOutOfRangeException(
GetArgumentString
(argument));