1 write to m_cellQuery
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Validation\BasicCellRelation.cs (1)
33m_cellQuery = cellQuery;
8 references to m_cellQuery
System.Data.Entity (8)
System\Data\Mapping\ViewGeneration\Validation\BasicCellRelation.cs (8)
59Debug.Assert(this == m_cellQuery.BasicCellRelation, "Cellquery does not point to the correct BasicCellRelation?"); 60Debug.Assert(m_cellQuery.Extent is EntitySet || m_cellQuery.Extent is AssociationSet, 62if (m_cellQuery.Extent is EntitySet) 76MemberPath prefix = new MemberPath(m_cellQuery.Extent); 77EntityType entityType = (EntityType)m_cellQuery.Extent.ElementType; 89AssociationSet relationshipSet = m_cellQuery.Extent as AssociationSet; 154return m_cellQuery.GetHashCode();