3 overrides of LogToolCommand
Microsoft.Build.Tasks.Core (2)
Exec.cs (1)
358
protected override void
LogToolCommand
(string message)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (1)
136
protected override void
LogToolCommand
(string message)
Microsoft.Build.Utilities.UnitTests (1)
ToolTask_Tests.cs (1)
894
protected override void
LogToolCommand
(string message)
4 references to LogToolCommand
Microsoft.Build.Tasks.Core (1)
Exec.cs (1)
363
base.
LogToolCommand
(Command);
Microsoft.Build.Utilities.Core (3)
ToolTask.cs (3)
1561
LogToolCommand
(pathToTool + commandLineCommands);
1562
LogToolCommand
(batchFileContents);
1567
LogToolCommand
(pathToTool + commandLineCommands + " " + responseFileCommands);