5 references to EdmRelationshipNavigationPropertyAttribute
System.Data.Entity (5)
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (5)
465if (property.IsDefined(typeof(EdmRelationshipNavigationPropertyAttribute), false)) 517Debug.Assert(propertyInfo.IsDefined(typeof(EdmRelationshipNavigationPropertyAttribute), false), "The property must have navigation property defined"); 522object[] relationshipPropertyAttributes = propertyInfo.GetCustomAttributes(typeof(EdmRelationshipNavigationPropertyAttribute), false); 548EdmRelationshipNavigationPropertyAttribute attribute = (EdmRelationshipNavigationPropertyAttribute)relationshipPropertyAttributes[0];