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