5 references to SchemaElementLookUpTable
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
65
_members = new
SchemaElementLookUpTable
<SchemaElement>();
System\Data\EntityModel\SchemaObjectModel\Function.cs (1)
227
_parameters = new
SchemaElementLookUpTable
<Parameter>();
System\Data\EntityModel\SchemaObjectModel\RowTypeElement.cs (1)
22
private readonly SchemaElementLookUpTable<RowTypePropertyElement> _properties = new
SchemaElementLookUpTable
<RowTypePropertyElement>();
System\Data\EntityModel\SchemaObjectModel\SchemaManager.cs (1)
40
private readonly SchemaElementLookUpTable<SchemaType> _schemaTypes = new
SchemaElementLookUpTable
<SchemaType>();
System\Data\EntityModel\SchemaObjectModel\StructuredType.cs (1)
79
_namedMembers = new
SchemaElementLookUpTable
<SchemaElement>();