1 reference to DisableParallelAot
MonoAOTCompiler (1)
MonoAOTCompiler.cs (1)
526int allowedParallelism = DisableParallelAot ? 1 : Math.Min(_assembliesToCompile.Count, Environment.ProcessorCount);