7 references to AppendString
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (7)
465AppendString(ref result, dtfi.GetEraName(cal.GetEra(dateTime))); 583AppendString(ref result, FormatDayOfWeek(dayOfWeek, tokenLen, dtfi)); 611AppendString(ref result, FormatHebrewMonthName(dateTime, month, tokenLen, dtfi)); 617AppendString(ref result, 625AppendString(ref result, FormatMonth(month, tokenLen, dtfi)); 671AppendString(ref result, year.ToString("D" + tokenLen.ToString(CultureInfo.InvariantCulture), CultureInfo.InvariantCulture)); 816AppendString(ref result, value[..2]);