2 references to LogTaskBatchStarted
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
429
TaskLoggingContext taskLoggingContext = _targetLoggingContext.
LogTaskBatchStarted
(_projectFullPath, _targetChildInstance, taskAssemblyLocation);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskExecutionHost_Tests.cs (1)
1269
TaskLoggingContext talc = tlc.
LogTaskBatchStarted
(".", taskInstance, typeof(TaskBuilderTestTask.TaskBuilderTestTaskFactory).Assembly.GetName().FullName);