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