2 references to OutputPath
Crossgen2Tasks (2)
PrepareForReadyToRunCompilation.cs (2)
135
var outputR2RImage = Path.Combine(
OutputPath
, outputR2RImageRelativePath);
237
var compositeR2RImage = Path.Combine(
OutputPath
, compositeR2RImageRelativePath);