public MutationBatch(MutationBatchStack owner) { _owner = owner; }
internal DomContainer(bool useLL) { content = new DomNodeCollectionApi(this, NewNodeStorage(useLL)); _batch = new MutationBatchStack(this); }