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