3 references to BasicCellRelation
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Validation\BasicCellRelation.cs (1)
59
Debug.Assert(this == m_cellQuery.
BasicCellRelation
, "Cellquery does not point to the correct BasicCellRelation?");
System\Data\Mapping\ViewGeneration\Validator.cs (2)
134
BasicCellRelation cCellRelation = cell.CQuery.
BasicCellRelation
;
135
BasicCellRelation sCellRelation = cell.SQuery.
BasicCellRelation
;