13 references to Format_BadBase64Char
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Decoder.cs (6)
92throw new FormatException(SR.Format_BadBase64Char); 120return status == OperationStatus.Done ? result : throw new FormatException(SR.Format_BadBase64Char); 138throw new FormatException(SR.Format_BadBase64Char); 202throw new FormatException(SR.Format_BadBase64Char); 220throw new FormatException(SR.Format_BadBase64Char); 252return status == OperationStatus.Done ? result : throw new FormatException(SR.Format_BadBase64Char);
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Url\Base64UrlDecoder.cs (7)
91throw new FormatException(SR.Format_BadBase64Char); 129throw new FormatException(SR.Format_BadBase64Char); 147throw new FormatException(SR.Format_BadBase64Char); 179return status == OperationStatus.Done ? ret : throw new FormatException(SR.Format_BadBase64Char); 228throw new FormatException(SR.Format_BadBase64Char); 246throw new FormatException(SR.Format_BadBase64Char); 276return status == OperationStatus.Done ? ret : throw new FormatException(SR.Format_BadBase64Char);