1 write to ResponseFilePath
MonoAOTCompiler (1)
MonoAOTCompiler.cs (1)
1249this.ResponseFilePath = ResponseFilePath;
3 references to ResponseFilePath
MonoAOTCompiler (3)
MonoAOTCompiler.cs (3)
1008$"--response=\"{args.ResponseFilePath}\"", 1021Log.LogMessage(importance, $"{msgPrefix}Exec (with response file contents expanded) in {args.WorkingDir}: {envStr}{CompilerBinaryPath} {File.ReadAllText(args.ResponseFilePath, s_utf8Encoding)}"); 1040File.Delete(args.ResponseFilePath);