3 references to RelationshipName
System.Data.Entity (3)
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (3)
552
if (SessionData.TypesInLoading.TryGetValue(attribute.RelationshipNamespaceName + "." + attribute.
RelationshipName
, out type) &&
576
propertyInfo.Name, propertyInfo.DeclaringType.FullName, attribute.TargetRoleName, attribute.
RelationshipName
), navigationProperty));
596
propertyInfo.Name, propertyInfo.DeclaringType.FullName, attribute.
RelationshipName
), declaringType));