4 references to FullHMSFMatch
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (4)
855
if (raw.
FullHMSFMatch
(TimeSpanFormat.PositiveInvariantFormatLiterals))
876
if (!match && raw.
FullHMSFMatch
(TimeSpanFormat.NegativeInvariantFormatLiterals))
900
if (!match && raw.
FullHMSFMatch
(raw.PositiveLocalized))
921
if (!match && raw.
FullHMSFMatch
(raw.NegativeLocalized))