1 write to m_cellGroup
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (1)
57
m_cellGroup
= cellGroup;
9 references to m_cellGroup
System.Data.Entity (9)
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (9)
115
Cell.CellsToBuilder(builder,
m_cellGroup
);
122
CellGroupValidator validator = new CellGroupValidator(
m_cellGroup
, m_config);
175
Cell.CellsToBuilder(builder,
m_cellGroup
);
181
CellGroupValidator validator = new CellGroupValidator(
m_cellGroup
, m_config);
206
foreach (Cell cell in
m_cellGroup
)
290
KeyToListMap<EntitySetBase, Cell> extentCellMap = GroupCellsByExtent(
m_cellGroup
, viewTarget);
392
var cellsForExtent =
m_cellGroup
.Where(c => c.GetLeftQuery(viewTarget).Extent == extent);
485
constraint.CheckConstraint(
m_cellGroup
, childRewriter, parentRewriter, errorLog, m_config);
512
Cell.CellsToBuilder(builder,
m_cellGroup
);