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