2 references to TryParseInternal
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (2)
458
ParseFailureKind result =
TryParseInternal
(s, provider, style, out TimeOnly timeOnly);
606
TryParseInternal
(s, provider, style, out result) == ParseFailureKind.None;