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