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