2 references to LogTargetBatchFinished
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TargetEntry.cs (2)
455
targetLoggingContext.
LogTargetBatchFinished
(projectFullPath, targetSuccess, null);
671
targetLoggingContext?.
LogTargetBatchFinished
(projectFullPath, targetSuccess, targetOutputItems.Length > 0 ? targetOutputItems : null);