5 references to IsExtentAtSomeRelationshipEnd
System.Data.Entity (5)
System\Data\Common\Utils\MetadataHelper.cs (3)
604if (IsExtentAtSomeRelationshipEnd(assocSet, entitySet1) && 605IsExtentAtSomeRelationshipEnd(assocSet, entitySet2)) 660if (IsExtentAtSomeRelationshipEnd(assocSet, entitySet))
System\Data\Mapping\ViewGeneration\CellPartitioner.cs (2)
107if (cRelationSet1 != null && MetadataHelper.IsExtentAtSomeRelationshipEnd(cRelationSet1, cell2.CQuery.Extent)) 111if (cRelationSet2 != null && MetadataHelper.IsExtentAtSomeRelationshipEnd(cRelationSet2, cell1.CQuery.Extent))