3 overrides of LogToolCommand
Microsoft.Build.Tasks.Core (2)
Exec.cs (1)
353
protected override void
LogToolCommand
(string message)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (1)
129
protected override void
LogToolCommand
(string message)
Microsoft.Build.Utilities.UnitTests (1)
ToolTask_Tests.cs (1)
827
protected override void
LogToolCommand
(string message)
4 references to LogToolCommand
Microsoft.Build.Tasks.Core (1)
Exec.cs (1)
358
base.
LogToolCommand
(Command);
Microsoft.Build.Utilities.Core (3)
ToolTask.cs (3)
1544
LogToolCommand
(pathToTool + commandLineCommands);
1545
LogToolCommand
(batchFileContents);
1550
LogToolCommand
(pathToTool + commandLineCommands + " " + responseFileCommands);