4 references to Format_BadTimeOnly
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (4)
653return ParseFailureKind.Format_BadTimeOnly; 731: ParseFailureKind.Format_BadTimeOnly; 829return ParseFailureKind.Format_BadTimeOnly; 926case ParseFailureKind.Format_BadTimeOnly: throw new FormatException(SR.Format(SR.Format_BadTimeOnly, s.ToString()));