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