3 references to TryParseExactTimeSpan
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (3)
652bool success = TryParseExactTimeSpan(input, format, formatProvider, styles, ref parseResult); 661if (TryParseExactTimeSpan(input, format, formatProvider, styles, ref parseResult)) 1693if (TryParseExactTimeSpan(input, format, formatProvider, styles, ref innerResult))