1 write to _relationshipEnd
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSetEnd.cs (1)
40internal set { _relationshipEnd = value; }
5 references to _relationshipEnd
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSetEnd.cs (5)
39get { return _relationshipEnd; } 121if ( _relationshipEnd == null || _entitySet == null ) 133if ( !_relationshipEnd.Type.IsOfType( _entitySet.EntityType ) && 134!_entitySet.EntityType.IsOfType( _relationshipEnd.Type )) 137System.Data.Entity.Strings.InvalidEndEntitySetTypeMismatch(_relationshipEnd.Name ) );