8 references to Append
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_InterpolatedString.cs (1)
388
stringBuilder.Append(',').
Append
(fillin.Alignment.ConstantValueOpt.Int64Value);
Microsoft.ML.Data (1)
Data\Conversion.cs (1)
918
public void Convert(in I8 src, ref SB dst) { ClearDst(ref dst); dst.
Append
(src); }
PresentationFramework (2)
System\Windows\Documents\XamlToRtfWriter.cs (2)
605
_rtfBuilder.
Append
(listLevel.StartIndex);
2107
_rtfBuilder.
Append
(
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnDecoder.Oid.cs (2)
284
builder.
Append
(firstIdentifier);
325
builder.
Append
(smallValue.Value);
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\SequenceRangeCollection.cs (2)
159
builder.
Append
(range.Lower);
161
builder.
Append
(range.Upper);