19 references to TaskLoggingHelper
installer.tasks (1)
BuildTask.cs (1)
15get { return _log ??= new TaskLoggingHelper(this); }
Microsoft.Build.Tasks.Core (1)
TaskLoggingHelperExtension.cs (1)
41base(taskInstance)
Microsoft.Build.Utilities.Core (4)
AppDomainIsolatedTask.cs (1)
31Log = new TaskLoggingHelper(this);
Task.cs (1)
24Log = new TaskLoggingHelper(this);
ToolTask.cs (2)
72LogPrivate = new TaskLoggingHelper(this) 78LogShared = new TaskLoggingHelper(this)
Microsoft.DotNet.Build.Tasks.Feed.Tests (5)
BuildModelFactoryTests.cs (1)
50_taskLoggingHelper = new TaskLoggingHelper(_stubTask);
GeneralTests.cs (4)
70new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()), 97new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()), 115var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()); 149var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask());
Microsoft.DotNet.Build.Tasks.Installers (1)
src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.Build.Tasks.Packaging (1)
src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.Build.Tasks.TargetFramework (1)
src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.Build.Tasks.Workloads (1)
src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.GenAPI (1)
src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.GenFacades (1)
src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.PackageTesting (1)
src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.SharedFramework.Sdk (1)
src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }