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