1 write to _members
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
65
_members
= new SchemaElementLookUpTable<SchemaElement>();
2 references to _members
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (2)
63
if (
_members
== null)
67
return
_members
;