6 references to IntermediateOutputPath
MonoAOTCompiler (6)
MonoAOTCompiler.cs (6)
337if (!Directory.Exists(IntermediateOutputPath)) 338Directory.CreateDirectory(IntermediateOutputPath); 495string propertiesTableFilePath = Path.Combine(IntermediateOutputPath, "monoAotPropertyValues.txt"); 635string aotInPath = Path.Combine(IntermediateOutputPath, "aot-in"); 876else if (!string.IsNullOrEmpty(IntermediateOutputPath)) 878string aotTmpPath = Path.Combine(IntermediateOutputPath, assemblyFilename + ".tmp");