2 references to OutputPath
Microsoft.NET.Build.Tasks (2)
PrepareForReadyToRunCompilation.cs (2)
166
var outputR2RImage = Path.Combine(
OutputPath
, outputR2RImageRelativePath);
281
var compositeR2RImage = Path.Combine(
OutputPath
, compositeR2RImageRelativePath);