11 references to LoggingQueue
NuGet.Build.Tasks.Console (11)
MSBuildStaticGraphRestore.cs (11)
71_msBuildLoggerLazy = new Lazy<MSBuildLogger>(() => new MSBuildLogger(LoggingQueue.TaskLoggingHelper)); 208LoggingQueue.TaskLoggingHelper.LogError(Strings.Error_DgSpecGenerationFailed); 219LoggingQueue.TaskLoggingHelper.LogError(Strings.Error_MissingRestoreGraphOutputPath); 1269LoggingQueue 1445LoggingQueue.TaskLoggingHelper.LogError( 1458LoggingQueue.TaskLoggingHelper.LogErrorFromException( 1487LoggingQueue.Enqueue(new ConsoleOutLogEmbedInBinlog(Path.Combine(project.RestoreMetadata.OutputPath, LockFileFormat.AssetsFileName))); 1488LoggingQueue.Enqueue(new ConsoleOutLogEmbedInBinlog(BuildAssetsUtils.GetMSBuildFilePathForPackageReferenceStyleProject(project, BuildAssetsUtils.PropsExtension))); 1489LoggingQueue.Enqueue(new ConsoleOutLogEmbedInBinlog(BuildAssetsUtils.GetMSBuildFilePathForPackageReferenceStyleProject(project, BuildAssetsUtils.TargetsExtension))); 1494LoggingQueue.Enqueue(new ConsoleOutLogEmbedInBinlog(Path.Combine(project.RestoreMetadata.OutputPath, DependencyGraphSpec.GetDGSpecFileName(Path.GetFileName(project.RestoreMetadata.ProjectPath))))); 1503LoggingQueue.Enqueue(new ConsoleOutLogEmbedInBinlog(packagesConfigPath));