4 writes to parsedOutputType
MonoAOTCompiler (4)
MonoAOTCompiler.cs (4)
382case "ObjectFile": parsedOutputType = MonoAotOutputType.ObjectFile; break; 383case "AsmOnly": parsedOutputType = MonoAotOutputType.AsmOnly; break; 384case "Library": parsedOutputType = MonoAotOutputType.Library; break; 387parsedOutputType = MonoAotOutputType.ObjectFile; break;
5 references to parsedOutputType
MonoAOTCompiler (5)
MonoAOTCompiler.cs (5)
398if (parsedOutputType == MonoAotOutputType.Library) 416if (!string.IsNullOrEmpty(AotModulesTablePath) || parsedOutputType == MonoAotOutputType.ObjectFile) 444if (UseStaticLinking && (parsedOutputType == MonoAotOutputType.Library)) 785if (parsedOutputType == MonoAotOutputType.AsmOnly) 812switch (parsedOutputType)