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