1 write to m_viewCellRelation
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\Cell.cs (1)
200
m_viewCellRelation
= new ViewCellRelation(this, projectedSlots, cellNumber);
3 references to m_viewCellRelation
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\Cell.cs (3)
168
if (
m_viewCellRelation
!= null)
170
return
m_viewCellRelation
;
173
return
m_viewCellRelation
;