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