2 writes to OutputPath
Microsoft.Build (2)
Logging\TerminalLogger\TerminalLogger.cs (2)
829
project.
OutputPath
= output.ItemSpec.AsMemory();
880
project!.
OutputPath
= outputPath;
2 references to OutputPath
Microsoft.Build (2)
Logging\TerminalLogger\TerminalLogger.cs (2)
632
ReadOnlyMemory<char>? outputPath = project.
OutputPath
;
667
else if (project.
OutputPath
is not null || project.BuildMessages is not null || project.IsTestProject)