1 write to _loggingQueueLazy
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
69_loggingQueueLazy = new Lazy<ConsoleLoggingQueue>(() => new ConsoleLoggingQueue(LoggerVerbosity.Normal));
3 references to _loggingQueueLazy
NuGet.Build.Tasks.Console (3)
MSBuildStaticGraphRestore.cs (3)
76private ConsoleLoggingQueue LoggingQueue => _loggingQueueLazy.Value; 85if (_loggingQueueLazy.IsValueCreated) 88_loggingQueueLazy.Value.Dispose();