28 references to ThrowArgumentNullException
System.Private.CoreLib (28)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (1)
425ThrowHelper.ThrowArgumentNullException(ExceptionArgument.item, ExceptionResource.ConcurrentDictionary_ItemKeyIsNull);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (9)
84ThrowHelper.ThrowArgumentNullException(ExceptionArgument.chars, ExceptionResource.ArgumentNull_Array); 214ThrowHelper.ThrowArgumentNullException( 262ThrowHelper.ThrowArgumentNullException( 300ThrowHelper.ThrowArgumentNullException( 444ThrowHelper.ThrowArgumentNullException(ExceptionArgument.bytes, ExceptionResource.ArgumentNull_Array); 472ThrowHelper.ThrowArgumentNullException(ExceptionArgument.bytes, ExceptionResource.ArgumentNull_Array); 553ThrowHelper.ThrowArgumentNullException( 591ThrowHelper.ThrowArgumentNullException( 732ThrowHelper.ThrowArgumentNullException(ExceptionArgument.bytes, ExceptionResource.ArgumentNull_Array);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (9)
61ThrowHelper.ThrowArgumentNullException(ExceptionArgument.chars, ExceptionResource.ArgumentNull_Array); 179ThrowHelper.ThrowArgumentNullException( 198ThrowHelper.ThrowArgumentNullException( 260ThrowHelper.ThrowArgumentNullException( 363ThrowHelper.ThrowArgumentNullException(ExceptionArgument.bytes, ExceptionResource.ArgumentNull_Array); 415ThrowHelper.ThrowArgumentNullException( 459ThrowHelper.ThrowArgumentNullException( 492ThrowHelper.ThrowArgumentNullException( 570ThrowHelper.ThrowArgumentNullException(
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.cs (9)
133ThrowHelper.ThrowArgumentNullException(ExceptionArgument.chars, ExceptionResource.ArgumentNull_Array); 260ThrowHelper.ThrowArgumentNullException( 308ThrowHelper.ThrowArgumentNullException( 346ThrowHelper.ThrowArgumentNullException( 444ThrowHelper.ThrowArgumentNullException(ExceptionArgument.bytes, ExceptionResource.ArgumentNull_Array); 472ThrowHelper.ThrowArgumentNullException(ExceptionArgument.bytes, ExceptionResource.ArgumentNull_Array); 503ThrowHelper.ThrowArgumentNullException( 541ThrowHelper.ThrowArgumentNullException( 681ThrowHelper.ThrowArgumentNullException(ExceptionArgument.bytes, ExceptionResource.ArgumentNull_Array);