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