5 references to FormatSLength
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (5)
932string str = string.FastAllocateString(FormatSLength); 934Debug.Assert(charsWritten == FormatSLength); 991str = string.FastAllocateString(FormatSLength); 1524if (destination.Length < FormatSLength) 1530charsWritten = FormatSLength;