3 references to OutputPath
Crossgen2Tasks (3)
PrepareForReadyToRunCompilation.cs (3)
167
var outputR2RImage = Path.Combine(
OutputPath
, outputR2RImageRelativePath);
295
var compositeR2RImage = Path.Combine(
OutputPath
, compositeR2RImageRelativePath);
296
var compositeR2RImageFinal = Path.Combine(
OutputPath
, compositeR2RFinalImageRelativePath);