2 references to FormatInvariantGMaxLength
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (2)
958
string str = string.FastAllocateString(
FormatInvariantGMaxLength
);
960
Debug.Assert(charsWritten ==
FormatInvariantGMaxLength
);