2 implementations of LogTargetFinished
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
675
public void
LogTargetFinished
(BuildEventContext targetBuildEventContext, string targetName, string projectFile, string projectFileOfTargetElement, bool success, IEnumerable<TaskItem> targetOutputs)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
610
public void
LogTargetFinished
(BuildEventContext targetBuildEventContext, string targetName, string projectFile, string projectFileOfTargetElement, bool success, IEnumerable<TaskItem> targetOutputs)
1 reference to LogTargetFinished
Microsoft.Build (1)
BackEnd\Components\Logging\TargetLoggingContext.cs (1)
114
LoggingService.
LogTargetFinished
(BuildEventContext, _target.Name, projectFullPath, _target.Location.File, success, targetOutputWrapper);