2 writes to _columnRelationshipName
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (2)
259this._columnRelationshipName = new System.Data.DataColumn(RELATIONSHIP_NAME, typeof(string), null, System.Data.MappingType.Element); 278this._columnRelationshipName = base.Columns[RELATIONSHIP_NAME];
2 references to _columnRelationshipName
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (2)
185return this._columnRelationshipName; 260base.Columns.Add(this._columnRelationshipName);