24 references to Append
Microsoft.Build (5)
BackEnd\Components\Communications\NodeLauncher.cs (5)
181
commandLine.
Append
(nodeLaunchData.MSBuildLocation);
182
commandLine.
Append
("\" ");
183
commandLine.
Append
(nodeLaunchData.CommandLineArgs);
312
builder.
Append
(key);
314
builder.
Append
(environment[key]);
Microsoft.Build.Framework.UnitTests (19)
ValueStringBuilder_Tests.cs (19)
20
builder.
Append
("hello");
30
builder.
Append
(nullString);
66
builder.
Append
("0123456789");
87
builder.
Append
("abef");
96
builder.
Append
("abef");
105
builder.
Append
("abc");
115
builder.
Append
("mississippi");
124
builder.
Append
("hello");
143
builder.
Append
("abc");
160
builder.
Append
("abcdef");
174
builder.
Append
("abcdef");
194
builder.
Append
("abc");
205
builder.
Append
("hello");
217
builder.
Append
("hello");
228
builder.
Append
("ab");
241
builder.
Append
("abcdef");
252
builder.
Append
("abc");
273
builder.
Append
("hello");
284
builder.
Append
("hello");