9 references to NegativeInvariantFormatLiterals
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (9)
788
if (!match && raw.FullMatch(TimeSpanFormat.
NegativeInvariantFormatLiterals
))
876
if (!match && raw.FullHMSFMatch(TimeSpanFormat.
NegativeInvariantFormatLiterals
))
883
if (!match && raw.FullDHMSMatch(TimeSpanFormat.
NegativeInvariantFormatLiterals
))
890
if (!match && raw.FullAppCompatMatch(TimeSpanFormat.
NegativeInvariantFormatLiterals
))
1002
if (!match && raw.FullHMSMatch(TimeSpanFormat.
NegativeInvariantFormatLiterals
))
1009
if (!match && raw.FullDHMMatch(TimeSpanFormat.
NegativeInvariantFormatLiterals
))
1016
if (!match && raw.PartialAppCompatMatch(TimeSpanFormat.
NegativeInvariantFormatLiterals
))
1111
if (!match && raw.FullHMMatch(TimeSpanFormat.
NegativeInvariantFormatLiterals
))
1180
if (!match && raw.FullDMatch(TimeSpanFormat.
NegativeInvariantFormatLiterals
))