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