2 implementations of LogTaskFinished
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
771
public void
LogTaskFinished
(BuildEventContext taskBuildEventContext, string taskName, string projectFile, string projectFileOfTaskNode, bool success)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
648
public void
LogTaskFinished
(BuildEventContext taskBuildEventContext, string taskName, string projectFile, string projectFileOfTaskNode, bool success)
1 reference to LogTaskFinished
Microsoft.Build (1)
BackEnd\Components\Logging\TaskLoggingContext.cs (1)
133
LoggingService.
LogTaskFinished
(