2 writes to m_sQuery
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\Cell.cs (2)
47m_sQuery = sQuery; 59m_sQuery = new CellQuery(source.m_sQuery);
6 references to m_sQuery
System.Data.Entity (6)
System\Data\Mapping\ViewGeneration\Structures\Cell.cs (6)
50Debug.Assert(m_sQuery.NumProjectedSlots == m_cQuery.NumProjectedSlots, 59m_sQuery = new CellQuery(source.m_sQuery); 86get { return m_sQuery; } 113m_sQuery.GetIdentifiers(identifiers); 155return side == ViewTarget.QueryView ? m_cQuery : m_sQuery; 161return side == ViewTarget.QueryView ? m_sQuery : m_cQuery;