7 references to TaskLoggingHelper
installer.tasks (1)
BuildTask.cs (1)
15get { return _log ??= new TaskLoggingHelper(this); }
Microsoft.Build.Tasks.Core (1)
parent\Shared\TaskLoggingHelperExtension.cs (1)
41base(taskInstance)
Microsoft.Build.Utilities.Core (4)
AppDomainIsolatedTask.cs (1)
31Log = new TaskLoggingHelper(this);
Task.cs (1)
26Log = new TaskLoggingHelper(this);
ToolTask.cs (2)
72LogPrivate = new TaskLoggingHelper(this) 78LogShared = new TaskLoggingHelper(this)
Microsoft.Maui.Controls.Build.Tasks (1)
XamlTask.cs (1)
29 LoggingHelper = new TaskLoggingHelper(this);