//[DebuggerStepThrough] ////[DebuggerHidden] protected AbstractCompositeInstance(AbstractCompositeModel compositeModel, ModuleInstance moduleInstance, object[] mixins, StateHolder state) { this.CompositeModel = compositeModel; this.ModuleInstance = moduleInstance; this.Mixins = mixins; this.State = state; this.Proxy = compositeModel.NewProxy(this); }