5 references to FormatSLength
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (5)
992string str = string.FastAllocateString(FormatSLength); 994Debug.Assert(charsWritten == FormatSLength); 1051str = string.FastAllocateString(FormatSLength); 1588if (destination.Length < FormatSLength) 1594charsWritten = FormatSLength;