5 instantiations of 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>();
12 references to SchemaElementLookUpTable
System.Data.Entity (12)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (2)
28private SchemaElementLookUpTable<SchemaElement> _members; 59SchemaElementLookUpTable<SchemaElement> Members
System\Data\EntityModel\SchemaObjectModel\FilteredSchemaElementLookUpTable.cs (2)
24private SchemaElementLookUpTable<S> _lookUpTable = null; 32public FilteredSchemaElementLookUpTable(SchemaElementLookUpTable<S> lookUpTable)
System\Data\EntityModel\SchemaObjectModel\Function.cs (2)
37protected SchemaElementLookUpTable<Parameter> _parameters = null; 221public SchemaElementLookUpTable<Parameter> Parameters
System\Data\EntityModel\SchemaObjectModel\RowTypeElement.cs (2)
22private readonly SchemaElementLookUpTable<RowTypePropertyElement> _properties = new SchemaElementLookUpTable<RowTypePropertyElement>(); 57internal SchemaElementLookUpTable<RowTypePropertyElement> Properties
System\Data\EntityModel\SchemaObjectModel\SchemaManager.cs (2)
40private readonly SchemaElementLookUpTable<SchemaType> _schemaTypes = new SchemaElementLookUpTable<SchemaType>(); 399internal SchemaElementLookUpTable<SchemaType> SchemaTypes
System\Data\EntityModel\SchemaObjectModel\StructuredType.cs (2)
29private SchemaElementLookUpTable<SchemaElement> _namedMembers = null; 73protected SchemaElementLookUpTable<SchemaElement> NamedMembers