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