5 references to Argument_DestinationTooShort
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Url\Base64UrlDecoder.cs (2)
126
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
343
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Url\Base64UrlEncoder.cs (2)
77
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
128
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
101
throw new ArgumentException(SR.
Argument_DestinationTooShort
, "destination");