21 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.ApiCompat (1)
src\Common\Internal\BuildTask.cs (1)
18get { return _log ??= new Log(new TaskLoggingHelper(this)); }
Microsoft.DotNet.Build.Tasks.Feed.Tests (5)
BuildModelFactoryTests.cs (1)
49_taskLoggingHelper = new TaskLoggingHelper(_stubTask);
GeneralTests.cs (4)
69new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()), 96new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()), 114var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()); 148var 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)); }
Microsoft.Maui.Controls.Build.Tasks (1)
XamlTask.cs (1)
29 LoggingHelper = new TaskLoggingHelper(this);