6 instantiations of ConsoleOutLogEmbedInBinlog
NuGet.Build.Tasks (1)
TaskLoggingQueue.cs (1)
157
return new
ConsoleOutLogEmbedInBinlog
();
NuGet.Build.Tasks.Console (5)
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));
4 references to ConsoleOutLogEmbedInBinlog
NuGet.Build.Tasks (4)
ConsoleOutLogEmbedInBinlog.cs (2)
17
/// Initializes a new instance of the <see cref="
ConsoleOutLogEmbedInBinlog
" /> class.
25
/// Initializes a new instance of the <see cref="
ConsoleOutLogEmbedInBinlog
" /> class with the specified full path to the file to embed in the MSBuild binary log.
TaskLoggingQueue.cs (2)
82
if (consoleOutLogItem is
ConsoleOutLogEmbedInBinlog
consoleOutEmbedInBinlog)
129
/// Represents a <see cref="CustomCreationConverter{T}" /> for converting JSON strings to a <see cref="ConsoleOutLogMessage" /> or a <see cref="
ConsoleOutLogEmbedInBinlog
" /> object.