4 references to Mode
MonoAOTCompiler (4)
MonoAOTCompiler.cs (4)
374if (!Enum.TryParse(Mode, true, out parsedAotMode)) 376Log.LogError($"Unknown Mode value: {Mode}. '{nameof(Mode)}' must be one of: {string.Join(",", Enum.GetNames(typeof(MonoAotMode)))}"); 405throw new LogAsErrorException($"'{nameof(UseLLVM)}' must be true when '{nameof(Mode)}' is {nameof(MonoAotMode.LLVMOnly)}.");