2 references to Format_NoFormatSpecifier
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
5201return new FormatException(SR.Format_NoFormatSpecifier);
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (1)
513throw new FormatException(SR.Format_NoFormatSpecifier);