28 references to Append
System.Private.CoreLib (28)
src\libraries\Common\src\System\Number.Formatting.Common.cs (20)
178
vlb.
Append
(info.NegativeSignTChar<TChar>());
214
vlb.
Append
(info.NegativeSignTChar<TChar>());
252
vlb.
Append
(info.NegativeSignTChar<TChar>());
522
vlb.
Append
(info.NegativeSignTChar<TChar>());
549
vlb.
Append
(info.NumberGroupSeparatorTChar<TChar>());
582
vlb.
Append
(info.NumberGroupSeparatorTChar<TChar>());
603
vlb.
Append
(info.NumberDecimalSeparatorTChar<TChar>());
610
vlb.
Append
(info.PerMilleSymbolTChar<TChar>());
614
vlb.
Append
(info.PercentSymbolTChar<TChar>());
731
vlb.
Append
(info.NegativeSignTChar<TChar>());
735
vlb.
Append
(info.CurrencySymbolTChar<TChar>());
840
vlb.
Append
(sDecimal);
901
vlb.
Append
(info.NegativeSignTChar<TChar>());
921
vlb.
Append
(info.NumberDecimalSeparatorTChar<TChar>());
941
vlb.
Append
(info.NegativeSignTChar<TChar>());
948
vlb.
Append
(info.PositiveSignTChar<TChar>());
954
vlb.
Append
(new ReadOnlySpan<TChar>(p, (int)(digits + MaxUInt32DecDigits - p)));
991
vlb.
Append
(info.NumberDecimalSeparatorTChar<TChar>());
1028
vlb.
Append
(info.NegativeSignTChar<TChar>());
1032
vlb.
Append
(info.PercentSymbolTChar<TChar>());
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (6)
192
outputBuffer.
Append
(new ReadOnlySpan<TChar>(p, (int)(buffer + 16 - p)));
540
result.
Append
(dateTime.Hour < 12 ? dtfi.AMDesignatorTChar<TChar>() : dtfi.PMDesignatorTChar<TChar>());
673
result.
Append
(dtfi.TimeSeparatorTChar<TChar>());
678
result.
Append
(dtfi.DateSeparatorTChar<TChar>());
766
result.
Append
(Unsafe.BitCast<ReadOnlySpan<char>, ReadOnlySpan<TChar>>(s));
783
result.
Append
(chars.Slice(0, charCount));
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (2)
542
vlb.
Append
(info.NaNSymbolTChar<TChar>());
553
vlb.
Append
(TNumber.IsNegative(value) ? info.NegativeInfinitySymbolTChar<TChar>() : info.PositiveInfinitySymbolTChar<TChar>());