3 references to IsAssociationEndMember
System.Data.Entity (3)
System\Data\Common\Utils\MetadataHelper.cs (1)
315
Debug.Assert(Helper.IsEdmProperty(member) || Helper.
IsAssociationEndMember
(member));
System\Data\Mapping\ViewGeneration\Structures\MemberProjectionIndex.cs (1)
256
needKeysOnly || Helper.
IsAssociationEndMember
(structuralMember));
System\Data\Metadata\Edm\AssociationType.cs (1)
67
this.Members, Helper.
IsAssociationEndMember
), null);