2 references to LogCommandLine
Microsoft.Build.Utilities.Core (2)
TaskLoggingHelper.cs (1)
591LogCommandLine(MessageImportance.Low, commandLine);
ToolTask.cs (1)
477protected virtual void LogToolCommand(string message) => LogPrivate.LogCommandLine(MessageImportance.High, message); // Log a descriptive message about what's happening.