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