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)
22private readonly SchemaElementLookUpTable<RowTypePropertyElement> _properties = new SchemaElementLookUpTable<RowTypePropertyElement>();
System\Data\EntityModel\SchemaObjectModel\SchemaManager.cs (1)
40private readonly SchemaElementLookUpTable<SchemaType> _schemaTypes = new SchemaElementLookUpTable<SchemaType>();
System\Data\EntityModel\SchemaObjectModel\StructuredType.cs (1)
79_namedMembers = new SchemaElementLookUpTable<SchemaElement>();