9 references to Argument_DestinationTooShort
System.Private.CoreLib (9)
src\runtime\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\runtime\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\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Url\Base64UrlDecoder.cs (2)
126
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
225
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Url\Base64UrlEncoder.cs (2)
78
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
129
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
src\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
101
throw new ArgumentException(SR.
Argument_DestinationTooShort
, "destination");