2 writes to m_basicCellRelation
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (2)
98
this.
m_basicCellRelation
= source.m_basicCellRelation;
804
m_basicCellRelation
= new BasicCellRelation(this, viewCellRelation, slots);
3 references to m_basicCellRelation
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (3)
98
this.m_basicCellRelation = source.
m_basicCellRelation
;
173
Debug.Assert(
m_basicCellRelation
!= null, "BasicCellRelation must be created first");
174
return
m_basicCellRelation
;