9 references to Utils
MonoAOTCompiler (9)
MonoAOTCompiler.cs (5)
586if (args.ProxyFiles.Any(pf => Utils.IsNewerThan(assemblyPath, pf.TargetFile))) 646if (Utils.CopyIfDifferent(asmPath, newPath, useHash: true)) 1006(int exitCode, output) = Utils.TryRunProcess(Log, 1168if (Utils.CopyIfDifferent(tmpAotModulesTablePath.Path, outputFile, useHash: false)) 1240fixedName = Utils.FixupSymbolName(name);
src\tasks\Common\FileCache.cs (2)
59string newHash = Utils.ComputeHash(proxyFile.TempFile); 70oldHash = Utils.ComputeHash(proxyFile.TargetFile);
src\tasks\Common\Utils.cs (2)
41using Stream stream = typeof(Utils).Assembly 42.GetManifestResourceStream($"{typeof(Utils).Assembly.GetName().Name}.Templates.{file}")!;