1 write to Cells
System.Data.Entity (1)
System\Data\Mapping\StorageEntityContainerMapping.cs (1)
442result.Cells = cellCreator.GenerateCells(args.Config);
3 references to Cells
System.Data.Entity (3)
System\Data\Mapping\StorageEntityContainerMapping.cs (2)
445if (result.Cells.Count <= 0) 456CellPartitioner partitioner = new CellPartitioner(result.Cells, result.ForeignKeyConstraints);
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (1)
97List<Cell> cells = result.Cells;