9 references to Argument_DestinationTooShort
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Decoder.cs (2)
88throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 198throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Encoder.cs (2)
84throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 181throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Url\Base64UrlDecoder.cs (2)
126throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 225throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Url\Base64UrlEncoder.cs (2)
78throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 129throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination));
src\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
101throw new ArgumentException(SR.Argument_DestinationTooShort, "destination");