1 write to _loggingQueueLazy
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
70_loggingQueueLazy = new Lazy<ConsoleLoggingQueue>(() => new ConsoleLoggingQueue(LoggerVerbosity.Normal));
3 references to _loggingQueueLazy
NuGet.Build.Tasks.Console (3)
MSBuildStaticGraphRestore.cs (3)
77private ConsoleLoggingQueue LoggingQueue => _loggingQueueLazy.Value; 86if (_loggingQueueLazy.IsValueCreated) 89_loggingQueueLazy.Value.Dispose();