4 instantiations of TableDetailsCollection
System.Data.Entity.Design (4)
System\Data\Entity\Design\SSDLGenerator\EntityStoreSchemaGeneratorDatabaseSchemaLoader.cs (3)
90TableDetailsCollection views = new TableDetailsCollection(); 106TableDetailsCollection table = new TableDetailsCollection(); 123TableDetailsCollection table = new TableDetailsCollection();
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (1)
234return new TableDetailsCollection();
6 references to TableDetailsCollection
System.Data.Entity.Design (6)
System\Data\Entity\Design\SSDLGenerator\EntityStoreSchemaGeneratorDatabaseSchemaLoader.cs (3)
90TableDetailsCollection views = new TableDetailsCollection(); 106TableDetailsCollection table = new TableDetailsCollection(); 123TableDetailsCollection table = new TableDetailsCollection();
System\Data\Entity\Design\SSDLGenerator\TableDetailsRow.cs (3)
23private TableDetailsCollection _tableTableDetails; 30this._tableTableDetails = ((TableDetailsCollection)(base.Table)); 36public new TableDetailsCollection Table