3 references to FormatInvariantGMinLength
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (3)
939
string str = string.FastAllocateString(
FormatInvariantGMinLength
);
941
Debug.Assert(charsWritten ==
FormatInvariantGMinLength
);
1665
int bytesRequired =
FormatInvariantGMinLength
;