6 references to AppendString
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (6)
450AppendString(ref result, dtfi.GetEraName(cal.GetEra(dateTime))); 568AppendString(ref result, FormatDayOfWeek(dayOfWeek, tokenLen, dtfi)); 596AppendString(ref result, FormatHebrewMonthName(dateTime, month, tokenLen, dtfi)); 602AppendString(ref result, 610AppendString(ref result, FormatMonth(month, tokenLen, dtfi)); 656AppendString(ref result, year.ToString("D" + tokenLen.ToString(CultureInfo.InvariantCulture), CultureInfo.InvariantCulture));