11 references to Append
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
6184Append(" version=\"").Append(eventAttribute.Version).Append("\"").
System (1)
net\System\Net\_FtpControlStream.cs (1)
817sb.Append(element);
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlAeadAes256CbcHmac256Factory.cs (1)
59algorithmKeyBuilder.Append(algorithmVersion);
fx\src\data\System\Data\SqlClient\SqlAes256CbcFactory.cs (1)
63algorithmKeyBuilder.Append(algorithmVersion);
fx\src\data\System\Data\SqlClient\SqlCommand.cs (3)
5812paramList.Append(precision); 5814paramList.Append(scale); 5821paramList.Append(scale);
System.Drawing (4)
commonui\System\Drawing\Color.cs (4)
1757sb.Append(A); 1759sb.Append(R); 1761sb.Append(G); 1763sb.Append(B);