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