1 write to m_cells
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Validator.cs (1)
37m_cells = cells;
8 references to m_cells
System.Data.Entity (8)
System\Data\Mapping\ViewGeneration\Validator.cs (8)
129foreach (Cell cell in m_cells) 143foreach (Cell firstCell in m_cells) 145foreach (Cell secondCell in m_cells) 283foreach (Cell cell in m_cells) 291var mapepdFragments = m_cells.Where(otherCell => otherCell != cell) 318foreach (Cell cell in m_cells) 351error = cell.CQuery.CheckForProjectedNotNullSlots(cell, m_cells.Where(c=> c.SQuery.Extent is AssociationSet)); 356error = cell.SQuery.CheckForProjectedNotNullSlots(cell, m_cells.Where(c => c.CQuery.Extent is AssociationSet));