12 references to Append
System.Diagnostics.Process (12)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
283Append(c);
src\libraries\System.Private.CoreLib\src\System\PasteArguments.cs (7)
14stringBuilder.Append(' '); 30stringBuilder.Append(Quote); 53stringBuilder.Append(Quote); 69stringBuilder.Append(Backslash); 70stringBuilder.Append(Quote); 74stringBuilder.Append(c); 77stringBuilder.Append(Quote);
System\Diagnostics\Process.Unix.cs (3)
899currentArgument.Append('"'); 920currentArgument.Append('"'); 940currentArgument.Append(c);
System\Diagnostics\ProcessStartInfo.cs (1)
211stringBuilder.Append(' ');