5 references to Library
MonoAOTCompiler (5)
MonoAOTCompiler.cs (5)
384case "Library": parsedOutputType = MonoAotOutputType.Library; break; 389throw new LogAsErrorException($"'{nameof(OutputType)}' must be one of: '{nameof(MonoAotOutputType.ObjectFile)}', '{nameof(MonoAotOutputType.AsmOnly)}', '{nameof(MonoAotOutputType.Library)}'. Received: '{OutputType}'."); 398if (parsedOutputType == MonoAotOutputType.Library) 444if (UseStaticLinking && (parsedOutputType == MonoAotOutputType.Library)) 836case MonoAotOutputType.Library: