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