2 references to GetSomeEndForEntitySet
System.Data.Entity (2)
System\Data\Common\Utils\MetadataHelper.cs (1)
567
return
GetSomeEndForEntitySet
(relationshipSet, (EntitySet)extent) != null;
System\Data\Mapping\ViewGeneration\Structures\MemberPath.cs (1)
755
AssociationEndMember end = MetadataHelper.
GetSomeEndForEntitySet
(assocSet, (EntitySet)m_extent);