1 write to CellGroups
System.Data.Entity (1)
System\Data\Mapping\StorageEntityContainerMapping.cs (1)
460
result.
CellGroups
= cellGroups.Select(setOfcells => new CellGroup(setOfcells.Select(cell => new Cell(cell)))).ToList();
1 reference to CellGroups
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (1)
96
List<CellGroup> cellGroups = cellGroups = result.
CellGroups
.Select(setOfcells => new CellGroup(setOfcells.Select(cell => new Cell(cell)))).ToList();