2 references to Any
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (2)
630
bool success = TryParseTimeSpan(input, TimeSpanStandardStyles.
Any
, formatProvider, ref parseResult);
639
if (TryParseTimeSpan(input, TimeSpanStandardStyles.
Any
, formatProvider, ref parseResult))