2 references to OutputPath
Crossgen2Tasks (2)
PrepareForReadyToRunCompilation.cs (2)
365
compilerOutputPath = Path.Combine(
OutputPath
, compilerOutputRelativePath);
366
string publishOutputPath = Path.Combine(
OutputPath
, publishOutputRelativePath);