1 write to _unresolvedRelationshipName
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\NavigationProperty.cs (1)
202
_unresolvedRelationshipName
= association;
3 references to _unresolvedRelationshipName
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\NavigationProperty.cs (3)
119
if (!Schema.ResolveTypeName(this,
_unresolvedRelationshipName
, out element))
126
System.Data.Entity.Strings.BadNavigationPropertyRelationshipNotRelationship(
_unresolvedRelationshipName
));
196
Debug.Assert(
_unresolvedRelationshipName
== null, string.Format(CultureInfo.CurrentCulture, "{0} is already defined", reader.Name));