5 references to Format_BadQuote
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (3)
330
throw new FormatException(SR.Format(SR.
Format_BadQuote
, quoteChar));
1239
throw new FormatException(SR.Format(SR.
Format_BadQuote
, quoteChar));
1311
throw new FormatException(SR.Format(SR.
Format_BadQuote
, quoteChar));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
5319
return new FormatException(SR.Format(SR.
Format_BadQuote
, (char)result.failureIntArgument));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (1)
523
throw new FormatException(SR.Format(SR.
Format_BadQuote
, failingCharacter));