4 references to FullHMSMatch
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (4)
981
if (raw.
FullHMSMatch
(TimeSpanFormat.PositiveInvariantFormatLiterals))
1002
if (!match && raw.
FullHMSMatch
(TimeSpanFormat.NegativeInvariantFormatLiterals))
1026
if (!match && raw.
FullHMSMatch
(raw.PositiveLocalized))
1047
if (!match && raw.
FullHMSMatch
(raw.NegativeLocalized))