29 references to ThrowArgumentNullException
System.Private.CoreLib (29)
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (9)
83ThrowHelper.ThrowArgumentNullException(ExceptionArgument.chars, ExceptionResource.ArgumentNull_Array); 213ThrowHelper.ThrowArgumentNullException( 261ThrowHelper.ThrowArgumentNullException( 299ThrowHelper.ThrowArgumentNullException( 443ThrowHelper.ThrowArgumentNullException(ExceptionArgument.bytes, ExceptionResource.ArgumentNull_Array); 471ThrowHelper.ThrowArgumentNullException(ExceptionArgument.bytes, ExceptionResource.ArgumentNull_Array); 552ThrowHelper.ThrowArgumentNullException( 590ThrowHelper.ThrowArgumentNullException( 731ThrowHelper.ThrowArgumentNullException(ExceptionArgument.bytes, ExceptionResource.ArgumentNull_Array);
src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (9)
60ThrowHelper.ThrowArgumentNullException(ExceptionArgument.chars, ExceptionResource.ArgumentNull_Array); 178ThrowHelper.ThrowArgumentNullException( 197ThrowHelper.ThrowArgumentNullException( 259ThrowHelper.ThrowArgumentNullException( 362ThrowHelper.ThrowArgumentNullException(ExceptionArgument.bytes, ExceptionResource.ArgumentNull_Array); 414ThrowHelper.ThrowArgumentNullException( 458ThrowHelper.ThrowArgumentNullException( 491ThrowHelper.ThrowArgumentNullException( 569ThrowHelper.ThrowArgumentNullException(
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);
src\System\StubHelpers.cs (2)
1478ThrowHelper.ThrowArgumentNullException(ExceptionArgument.pHandle, ExceptionResource.ArgumentNull_SafeHandle); 1490ThrowHelper.ThrowArgumentNullException(ExceptionArgument.pHandle, ExceptionResource.ArgumentNull_SafeHandle);