2 references to UseDirectIcalls
MonoAOTCompiler (2)
MonoAOTCompiler.cs (2)
422if (UseDirectIcalls && !UseStaticLinking) 424throw new LogAsErrorException($"'{nameof(UseDirectIcalls)}' can only be used with '{nameof(UseStaticLinking)}=true'.");