4 references to WorkingDirectory
MonoAOTCompiler (4)
MonoAOTCompiler.cs (4)
328if (string.IsNullOrEmpty(WorkingDirectory) && !Path.IsPathRooted(OutputDir)) 964if (string.IsNullOrEmpty(WorkingDirectory)) 992WorkingDir: string.IsNullOrEmpty(WorkingDirectory) ? assemblyDir : WorkingDirectory,