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