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