2 writes to m_selectDistinct
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (2)
89m_selectDistinct = elimDupl; 100this.m_selectDistinct = source.m_selectDistinct;
5 references to m_selectDistinct
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (5)
100this.m_selectDistinct = source.m_selectDistinct; 111existing.m_selectDistinct, existing.m_extentMemberPath) 120get { return m_selectDistinct; } 854if (m_selectDistinct == SelectDistinct.Yes) 890if (m_selectDistinct == SelectDistinct.Yes)