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