4 references to Argument_BadFormatSpecifier
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\DateOnly.cs (1)
696case ParseFailureKind.Argument_BadFormatSpecifier: throw new FormatException(SR.Argument_BadFormatSpecifier);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (2)
614throw new FormatException(SR.Argument_BadFormatSpecifier); 638throw new ArgumentOutOfRangeException("symbol", SR.Argument_BadFormatSpecifier);
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (1)
866case ParseFailureKind.Argument_BadFormatSpecifier: throw new FormatException(SR.Argument_BadFormatSpecifier);