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)
119if (!Schema.ResolveTypeName(this, _unresolvedRelationshipName, out element)) 126System.Data.Entity.Strings.BadNavigationPropertyRelationshipNotRelationship(_unresolvedRelationshipName)); 196Debug.Assert(_unresolvedRelationshipName == null, string.Format(CultureInfo.CurrentCulture, "{0} is already defined", reader.Name));