10 references to RightExtent
System.Data.Entity (10)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
723ErrorLog.Record record = new ErrorLog.Record(true, ViewGenErrorCode.ImpopssibleCondition, Strings.Viewgen_QV_RewritingNotFound(fragment.RightExtent.ToString()), fragment.Cells, String.Empty);
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (7)
190if (RightExtent is AssociationSet) 195AssociationSetEnd setEnd = ((AssociationSet)RightExtent).AssociationSetEnds[ends.First().Name]; 199return new RoleBoolean(RightExtent); 209extents.Add(wrapper.RightExtent); 363return left.RightExtent.Equals(right.RightExtent) && whereClauseEqual; 368return BoolExpression.EqualityComparer.GetHashCode(wrapper.RightCellQuery.WhereClause) ^ wrapper.RightExtent.GetHashCode();
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (2)
103EntitySetBase rightExtent = leftCellWrapper.RightExtent; 135var entityTypes = m_cellWrappers.Select(it => it.RightExtent).OfType<EntitySet>().Select(it => it.ElementType);