2 references to InitInvariant
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanFormat.cs (2)
15
internal static readonly FormatLiterals PositiveInvariantFormatLiterals = FormatLiterals.
InitInvariant
(isNegative: false);
16
internal static readonly FormatLiterals NegativeInvariantFormatLiterals = FormatLiterals.
InitInvariant
(isNegative: true);