1 write to _relationship
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\NavigationProperty.cs (1)
122_relationship = element as IRelationship;
7 references to _relationship
System.Data.Entity (7)
System\Data\EntityModel\SchemaObjectModel\NavigationProperty.cs (7)
52get { return _relationship; } 123if (_relationship == null) 131if (!_relationship.TryGetEnd(_unresolvedFromEndRole, out _fromEnd)) 134System.Data.Entity.Strings.BadNavigationPropertyUndefinedRole(_unresolvedFromEndRole, _relationship.FQName)); 138if (!_relationship.TryGetEnd(_unresolvedToEndRole, out _toEnd)) 141System.Data.Entity.Strings.BadNavigationPropertyUndefinedRole(_unresolvedToEndRole, _relationship.FQName)); 167_fromEnd.Type.FQName, _fromEnd.Name, _relationship.FQName, ParentElement.FQName));