2 writes to OutputPath
MSBuild (2)
TerminalLogger\TerminalLogger.cs (2)
785
project.
OutputPath
= output.ItemSpec.AsMemory();
836
project!.
OutputPath
= outputPath;
2 references to OutputPath
MSBuild (2)
TerminalLogger\TerminalLogger.cs (2)
588
ReadOnlyMemory<char>? outputPath = project.
OutputPath
;
623
else if (project.
OutputPath
is not null || project.BuildMessages is not null || project.IsTestProject)