1 write to UseStaticLinking
MonoAOTCompiler (1)
MonoAOTCompiler.cs (1)
419UseStaticLinking = true;
8 references to UseStaticLinking
MonoAOTCompiler (8)
MonoAOTCompiler.cs (8)
422if (UseDirectIcalls && !UseStaticLinking) 424throw new LogAsErrorException($"'{nameof(UseDirectIcalls)}' can only be used with '{nameof(UseStaticLinking)}=true'."); 434if (!UseStaticLinking) 435throw new LogAsErrorException($"'{nameof(UseDirectPInvoke)}', '{nameof(DirectPInvokes)}', and '{nameof(DirectPInvokeLists)}' can only be used with '{nameof(UseStaticLinking)}=true'."); 444if (UseStaticLinking && (parsedOutputType == MonoAotOutputType.Library)) 446throw new LogAsErrorException($"'{nameof(OutputType)}=Library' can not be used with '{nameof(UseStaticLinking)}=true'."); 698if (UseStaticLinking) 865if (UseStaticLinking)