9 references to Format_BadBase64Char
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Url\Base64UrlDecoder.cs (7)
92
throw new FormatException(SR.
Format_BadBase64Char
);
130
throw new FormatException(SR.
Format_BadBase64Char
);
148
throw new FormatException(SR.
Format_BadBase64Char
);
180
return status == OperationStatus.Done ? ret : throw new FormatException(SR.
Format_BadBase64Char
);
347
throw new FormatException(SR.
Format_BadBase64Char
);
365
throw new FormatException(SR.
Format_BadBase64Char
);
395
return status == OperationStatus.Done ? ret : throw new FormatException(SR.
Format_BadBase64Char
);
src\libraries\System.Private.CoreLib\src\System\Convert.cs (2)
2853
throw new FormatException(SR.
Format_BadBase64Char
);
2911
throw new FormatException(SR.
Format_BadBase64Char
);