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