2 references to s_utf8Encoding
MonoAOTCompiler (2)
MonoAOTCompiler.cs (2)
985using (var sw = new StreamWriter(responseFilePath, append: false, encoding: s_utf8Encoding)) 1021Log.LogMessage(importance, $"{msgPrefix}Exec (with response file contents expanded) in {args.WorkingDir}: {envStr}{CompilerBinaryPath} {File.ReadAllText(args.ResponseFilePath, s_utf8Encoding)}");