5 references to CompilerBinaryPath
MonoAOTCompiler (5)
MonoAOTCompiler.cs (5)
314if (!File.Exists(CompilerBinaryPath)) 316Log.LogError($"{nameof(CompilerBinaryPath)}='{CompilerBinaryPath}' doesn't exist."); 1007CompilerBinaryPath, 1021Log.LogMessage(importance, $"{msgPrefix}Exec (with response file contents expanded) in {args.WorkingDir}: {envStr}{CompilerBinaryPath} {File.ReadAllText(args.ResponseFilePath, s_utf8Encoding)}");