9 references to Format_BadBase64Char
System.Private.CoreLib (9)
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); 347throw new FormatException(SR.Format_BadBase64Char); 365throw new FormatException(SR.Format_BadBase64Char); 395return status == OperationStatus.Done ? ret : throw new FormatException(SR.Format_BadBase64Char);
src\libraries\System.Private.CoreLib\src\System\Convert.cs (2)
2853throw new FormatException(SR.Format_BadBase64Char); 2911throw new FormatException(SR.Format_BadBase64Char);