11 references to LeftExtent
System.Data.Entity (11)
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
363_errorLog.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.NullableMappingForNonNullableColumn, Strings.Viewgen_NullableMappingForNonNullableColumn(wrapper.LeftExtent.ToString(), column.ToFullString()), wrapper.Cells, ""));
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (3)
181&& (this.m_cellWrapper.LeftExtent.BuiltInTypeKind == BuiltInTypeKind.EntitySet)) 184this.ViewgenContext.EntityContainerMapping.GetRelationshipSetMappingsFor(this.m_cellWrapper.LeftExtent, cellQuery.Extent); 189if (TryGetWithRelationship(colocatedAssociationSetMap, this.m_cellWrapper.LeftExtent, cellQuery.SourceExtentMemberPath, ref foreignKeySlots, out withRelationship))
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (7)
307var nonAssociationWrappers = leftCellWrappers.Where(r => !(r.LeftExtent is AssociationSet) && !(r.RightCellQuery.Extent is AssociationSet)); 324Strings.Viewgen_ErrorPattern_TableMappedToMultipleES(leftCellWrapper.LeftExtent.ToString(), leftCellWrapper.RightCellQuery.Extent.ToString(), rightExtent.ToString()), 476if (fragment1.LeftExtent.Equals(fragment2.LeftExtent)) 494StringUtil.ToCommaSeparatedString(edmTypesForErrorString), fragment1.LeftExtent 685return a.LeftExtent == b.LeftExtent;