4 references to Format_BadFormatSpecifier
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (2)
1353throw new ArgumentException(SR.Format(SR.Format_BadFormatSpecifier, format), nameof(format)); 1677throw new ArgumentException(SR.Format(SR.Format_BadFormatSpecifier, format), nameof(format));
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
5193return new FormatException(SR.Format(SR.Format_BadFormatSpecifier, new string(result.failureSpanArgument)));
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (1)
574throw new FormatException(SR.Format(SR.Format_BadFormatSpecifier, formatSpecifierCharacter));