13 references to Format_BadBase64Char
System.Private.CoreLib (13)
src\runtime\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\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Url\Base64UrlDecoder.cs (7)
92throw new FormatException(SR.Format_BadBase64Char); 130throw new FormatException(SR.Format_BadBase64Char); 148throw new FormatException(SR.Format_BadBase64Char); 180return status == OperationStatus.Done ? ret : throw new FormatException(SR.Format_BadBase64Char); 229throw new FormatException(SR.Format_BadBase64Char); 247throw new FormatException(SR.Format_BadBase64Char); 277return status == OperationStatus.Done ? ret : throw new FormatException(SR.Format_BadBase64Char);