5 references to TaskLoggingHelper
Microsoft.Build.Tasks.Core (4)
CodeTaskFactory.cs (1)
1146TaskLoggingHelper log = new TaskLoggingHelper(taskFactoryLoggingHost, taskName)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (2)
154TaskLoggingHelper taskInvocationLog = new TaskLoggingHelper(taskFactoryLoggingHost, _taskName) 181_log = new TaskLoggingHelper(taskFactoryLoggingHost, taskName)
XamlTaskFactory\XamlTaskFactory.cs (1)
280TaskLoggingHelper log = new TaskLoggingHelper(taskFactoryLoggingHost, taskName)
NuGet.Build.Tasks.Console (1)
ConsoleLoggingQueue.cs (1)
55_taskLoggingHelperLazy = new Lazy<TaskLoggingHelper>(() => new TaskLoggingHelper(this, nameof(MSBuildStaticGraphRestore)));