private int AddGlobal(object value, Type type) { return(this.context.AddGlobal(EmitContext.CreateStrongBox(value, type))); }