9 references to Argument_DestinationTooShort
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Decoder.cs (2)
88
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
198
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Encoder.cs (2)
84
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
181
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Url\Base64UrlDecoder.cs (2)
125
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
224
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");