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