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