5 references to FormatInvariantGMinLength
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (5)
999
string str = string.FastAllocateString(
FormatInvariantGMinLength
);
1001
Debug.Assert(charsWritten ==
FormatInvariantGMinLength
);
1078
str = string.FastAllocateString(
FormatInvariantGMinLength
);
1080
Debug.Assert(charsWritten ==
FormatInvariantGMinLength
);
1720
int bytesRequired =
FormatInvariantGMinLength
;