4 references to Format_BadDateOnly
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\DateOnly.cs (4)
452return ParseFailureKind.Format_BadDateOnly; 517return ParseFailureKind.Format_BadDateOnly; 600return ParseFailureKind.Format_BadDateOnly; 697case ParseFailureKind.Format_BadDateOnly: throw new FormatException(SR.Format(SR.Format_BadDateOnly, s.ToString()));