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