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