9 references to Enqueue
NuGet.Build.Tasks (1)
StaticGraphRestoreTaskBase.cs (1)
138
process.OutputDataReceived += (sender, args) => loggingQueue.
Enqueue
(args?.Data);
NuGet.Build.Tasks.Console (8)
ConsoleLoggingQueue.cs (3)
159
private void OnErrorRaised(object sender, BuildErrorEventArgs e) =>
Enqueue
(e);
171
Enqueue
(e);
180
private void OnWarningRaised(object sender, BuildWarningEventArgs e) =>
Enqueue
(e);
MSBuildStaticGraphRestore.cs (5)
1365
LoggingQueue.
Enqueue
(new ConsoleOutLogEmbedInBinlog(Path.Combine(project.RestoreMetadata.OutputPath, LockFileFormat.AssetsFileName)));
1366
LoggingQueue.
Enqueue
(new ConsoleOutLogEmbedInBinlog(BuildAssetsUtils.GetMSBuildFilePathForPackageReferenceStyleProject(project, BuildAssetsUtils.PropsExtension)));
1367
LoggingQueue.
Enqueue
(new ConsoleOutLogEmbedInBinlog(BuildAssetsUtils.GetMSBuildFilePathForPackageReferenceStyleProject(project, BuildAssetsUtils.TargetsExtension)));
1372
LoggingQueue.
Enqueue
(new ConsoleOutLogEmbedInBinlog(Path.Combine(project.RestoreMetadata.OutputPath, DependencyGraphSpec.GetDGSpecFileName(Path.GetFileName(project.RestoreMetadata.ProjectPath)))));
1381
LoggingQueue.
Enqueue
(new ConsoleOutLogEmbedInBinlog(packagesConfigPath));