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