5 instantiations of FilteredSchemaElementLookUpTable
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (3)
80_entitySets = new FilteredSchemaElementLookUpTable<EntityContainerEntitySet, SchemaElement>(Members); 95_relationshipSets = new FilteredSchemaElementLookUpTable<EntityContainerRelationshipSet, SchemaElement>(Members); 110_functionImports = new FilteredSchemaElementLookUpTable<Function, SchemaElement>(Members);
System\Data\EntityModel\SchemaObjectModel\ItemType.cs (1)
162_navigationProperties = new FilteredSchemaElementLookUpTable<NavigationProperty, SchemaElement>(NamedMembers);
System\Data\EntityModel\SchemaObjectModel\StructuredType.cs (1)
63_properties = new FilteredSchemaElementLookUpTable<StructuredProperty, SchemaElement>(NamedMembers);