19 references to FormatLiterals
System.Private.CoreLib (19)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanFormat.cs (6)
15internal static readonly FormatLiterals PositiveInvariantFormatLiterals = FormatLiterals.InitInvariant(isNegative: false); 16internal static readonly FormatLiterals NegativeInvariantFormatLiterals = FormatLiterals.InitInvariant(isNegative: true); 476internal static FormatLiterals InitInvariant(bool isNegative) 478FormatLiterals x = default;
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (13)
277internal TimeSpanFormat.FormatLiterals PositiveLocalized 291internal TimeSpanFormat.FormatLiterals NegativeLocalized 305internal bool FullAppCompatMatch(TimeSpanFormat.FormatLiterals pattern) => 314internal bool PartialAppCompatMatch(TimeSpanFormat.FormatLiterals pattern) => 323internal bool FullMatch(TimeSpanFormat.FormatLiterals pattern) => 334internal bool FullDMatch(TimeSpanFormat.FormatLiterals pattern) => 341internal bool FullHMMatch(TimeSpanFormat.FormatLiterals pattern) => 349internal bool FullDHMMatch(TimeSpanFormat.FormatLiterals pattern) => 358internal bool FullHMSMatch(TimeSpanFormat.FormatLiterals pattern) => 367internal bool FullDHMSMatch(TimeSpanFormat.FormatLiterals pattern) => 377internal bool FullHMSFMatch(TimeSpanFormat.FormatLiterals pattern) => 391private TimeSpanFormat.FormatLiterals _posLoc; 392private TimeSpanFormat.FormatLiterals _negLoc;