28 references to values
System.Private.CoreLib (28)
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (7)
520ThrowHelper.ThrowArgumentNullException(ExceptionArgument.values); 663ThrowHelper.ThrowArgumentNullException(ExceptionArgument.values); 1305ThrowHelper.ThrowArgumentNullException(ExceptionArgument.values); 1885ThrowHelper.ThrowArgumentNullException(ExceptionArgument.values); 2986ThrowHelper.ThrowArgumentNullException(ExceptionArgument.values); 3003ThrowHelper.ThrowArgumentNullException(ExceptionArgument.values); 3407ThrowHelper.ThrowArgumentNullException(ExceptionArgument.values);
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
743ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.values);
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (2)
94ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.values); 112ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.values);
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector2.cs (1)
409ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.values);
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector3.cs (1)
444ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.values);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\ISimdVector_2.cs (1)
255ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.values);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
919ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.values);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
931ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.values);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
848ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.values);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
916ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.values);
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (4)
799ThrowHelper.ThrowArgumentNullException(ExceptionArgument.values); 837ThrowHelper.ThrowArgumentNullException(ExceptionArgument.values); 860ThrowHelper.ThrowArgumentNullException(ExceptionArgument.values); 920ThrowHelper.ThrowArgumentNullException(ExceptionArgument.values);
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (6)
1130ThrowHelper.ThrowArgumentNullException(ExceptionArgument.values); 1154ThrowHelper.ThrowArgumentNullException(ExceptionArgument.values); 1165ThrowHelper.ThrowArgumentNullException(ExceptionArgument.values); 1189ThrowHelper.ThrowArgumentNullException(ExceptionArgument.values); 1209ThrowHelper.ThrowArgumentNullException(ExceptionArgument.values); 1219ThrowHelper.ThrowArgumentNullException(ExceptionArgument.values);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
875case ExceptionArgument.values: