21 references to Append
System.Diagnostics.DiagnosticSource (21)
src\runtime\src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
238
Append
(c);
System\Diagnostics\W3CPropagator.cs (20)
209
vsb.
Append
(Comma);
213
vsb.
Append
(Equal);
253
encodedBaggage.
Append
(Space);
254
encodedBaggage.
Append
(Equal);
255
encodedBaggage.
Append
(Space);
311
vsb.
Append
(c);
322
vsb.
Append
((char)b0);
333
vsb.
Append
(Replacement);
338
vsb.
Append
((char)(((b0 & 0x1F) << 6) | (b1 & 0x3F)));
354
vsb.
Append
(Replacement);
359
vsb.
Append
((char)(((b0 & 0x0F) << 12) | ((b1 & 0x3F) << 6) | (b2 & 0x3F)));
377
vsb.
Append
(Replacement);
387
vsb.
Append
(Replacement);
393
vsb.
Append
((char)((cp >> 10) + 0xD800));
394
vsb.
Append
((char)((cp & 0x3FF) + 0xDC00));
401
vsb.
Append
(Replacement);
521
vsb.
Append
(c);
636
vsb.
Append
(Percent);
637
vsb.
Append
(hexChars[(b >> 4) & 0x0F]);
638
vsb.
Append
(hexChars[b & 0x0F]);