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)
76public TaskLoggingHelper TaskLoggingHelper => _taskLoggingHelperLazy.Value;