3 references to LogTargetBatchStarted
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
462targetLoggingContext = projectLoggingContext.LogTargetBatchStarted(projectFullPath, _target, parentTargetName, _buildReason);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\IntrinsicTask_Tests.cs (2)
3962nodeContext.LogProjectStarted(entry).LogTargetBatchStarted(projectInstance.FullPath, projectInstance.Targets["t"], null, TargetBuiltReason.None), 3997nodeContext.LogProjectStarted(entry).LogTargetBatchStarted(projectInstance.FullPath, projectInstance.Targets["t"], null, TargetBuiltReason.None),