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