4 references to Format_BadTimeOnly
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (4)
622return ParseFailureKind.Format_BadTimeOnly; 688return ParseFailureKind.Format_BadTimeOnly; 770return ParseFailureKind.Format_BadTimeOnly; 867case ParseFailureKind.Format_BadTimeOnly: throw new FormatException(SR.Format(SR.Format_BadTimeOnly, s.ToString()));