2 instantiations of RelationshipDetailsCollection
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\EntityStoreSchemaGeneratorDatabaseSchemaLoader.cs (1)
139
RelationshipDetailsCollection table = new
RelationshipDetailsCollection
();
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (1)
223
return new
RelationshipDetailsCollection
();
5 references to RelationshipDetailsCollection
System.Data.Entity.Design (5)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
899
RelationshipDetailsCollection
table = row.Table;
System\Data\Entity\Design\SSDLGenerator\EntityStoreSchemaGeneratorDatabaseSchemaLoader.cs (1)
139
RelationshipDetailsCollection
table = new RelationshipDetailsCollection();
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsRow.cs (3)
24
private
RelationshipDetailsCollection
_tableRelationshipDetails;
30
this._tableRelationshipDetails = ((
RelationshipDetailsCollection
)(base.Table));
36
public new
RelationshipDetailsCollection
Table