internal t_cell_name_local_query_provider(LocalMemoryStorage storage) { s_cell_enumerable = new t_cell_name_Enumerable(storage); }
internal t_cell_name_local_query_provider(LocalMemoryStorage storage, LocalTransactionContext tx) { s_cell_enumerable = new t_cell_name_Enumerable(storage, tx); }