1 write to m_rightCellQuery
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (1)
72m_rightCellQuery = rightCellQuery;
3 references to m_rightCellQuery
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (3)
142get { return m_rightCellQuery; } 165EntitySetBase result = m_rightCellQuery.Extent; 231m_rightCellQuery.ToFullString(builder);