1 write to _taskLoggingHelperLazy
NuGet.Build.Tasks.Console (1)
ConsoleLoggingQueue.cs (1)
55
_taskLoggingHelperLazy
= new Lazy<TaskLoggingHelper>(() => new TaskLoggingHelper(this, nameof(MSBuildStaticGraphRestore)));
1 reference to _taskLoggingHelperLazy
NuGet.Build.Tasks.Console (1)
ConsoleLoggingQueue.cs (1)
76
public TaskLoggingHelper TaskLoggingHelper =>
_taskLoggingHelperLazy
.Value;