7 references to Append
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupLoggingHelper.cs (4)
115sb.Append('='); 201sb.Append('\n'); 234sb.Append('='); 239sb.Append('\n');
Microsoft.Build.Framework (3)
Utilities\FileMatcher.cs (3)
1378regex.Append('\\'); 1379regex.Append(ch); 1383regex.Append(ch);