2 references to TryParseExactInternal
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (2)
481
ParseFailureKind result =
TryParseExactInternal
(s, format, provider, style, out TimeOnly timeOnly);
656
TryParseExactInternal
(s, format, provider, style, out result) == ParseFailureKind.None;