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