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