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