30 references to TaskLoggingHelper
installer.tasks (1)
BuildTask.cs (1)
15get { return _log ??= new TaskLoggingHelper(this); }
Microsoft.Build.Tasks.Core (3)
TaskLoggingHelperExtension.cs (1)
41base(taskInstance)
XamlTaskFactory\XamlDataDrivenToolTask.cs (2)
47_logPrivate = new TaskLoggingHelper(this) 426_logPrivate = new TaskLoggingHelper(this)
Microsoft.Build.Tasks.UnitTests (2)
AssemblyDependency\Miscellaneous.cs (2)
6277TaskLoggingHelper log = new TaskLoggingHelper(new ResolveAssemblyReference()); 6302TaskLoggingHelper log = new TaskLoggingHelper(new ResolveAssemblyReference());
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.Manifest.Tests (1)
BuildModelFactoryTests.cs (1)
48_taskLoggingHelper = new TaskLoggingHelper(_stubTask);
Microsoft.DotNet.Build.Tasks.Feed.Tests (9)
GeneralTests.cs (4)
87new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()), 114new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()), 132var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()); 166var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask());
LatestLinksManagerTests.cs (5)
80var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()); 124var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()); 154var taskLoggingHelper = new TaskLoggingHelper(new StubTask()); 191var taskLoggingHelper = new TaskLoggingHelper(new StubTask()); 228var taskLoggingHelper = new 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.CMake.Sdk (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);