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