7 references to CommandLine
Microsoft.Build (2)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
617WriteDeduplicatedString(e.CommandLine);
LogMessagePacketBase.cs (1)
911string commandLine = taskCommandLineEventArgs.CommandLine;
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
708e => e.CommandLine,
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
TestUtilities\TaskTestUtil.cs (1)
42var commandLine = message.CommandLine.Replace(" ", " ").Trim();
MSBuild (1)
LogMessagePacketBase.cs (1)
911string commandLine = taskCommandLineEventArgs.CommandLine;
MSBuildTaskHost (1)
LogMessagePacketBase.cs (1)
911string commandLine = taskCommandLineEventArgs.CommandLine;
XmlFileLogger (1)
ObjectModel\Build.cs (1)
105task.CommandLineArguments = taskCommandLineEventArgs.CommandLine;