13 references to CommandLine
Microsoft.Build.Tasks.CodeAnalysis (2)
CommandLineBuilderExtension.cs (2)
262
CommandLine
.Append(',');
272
CommandLine
.Append(',');
Microsoft.Build.Tasks.Core (2)
CommandLineBuilderExtension.cs (2)
259
CommandLine
.Append(',');
268
CommandLine
.Append(',');
Microsoft.Build.Utilities.Core (9)
CommandLineBuilder.cs (9)
96
public int Length =>
CommandLine
.Length;
111
public override string ToString() =>
CommandLine
.ToString();
216
if (
CommandLine
.Length != 0)
220
CommandLine
.Append(Environment.NewLine);
222
else if (
CommandLine
[
CommandLine
.Length - 1] != ' ')
224
CommandLine
.Append(' ');
241
protected void AppendTextWithQuoting(string textToAppend) => AppendQuotedTextToBuffer(
CommandLine
, textToAppend);
309
CommandLine
.Append(textToAppend);