src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (5)
24if (TryParseExact(s, format, dtfi, style, ref result))
39if (TryParseExact(s, format, dtfi, style, ref result))
55if (TryParseExact(s, format, dtfi, style, ref resultData))
71if (TryParseExact(s, format, dtfi, style, ref resultData))
210if (TryParseExact(s, format, dtfi, style, ref innerResult))