1 write to _relationshipSets
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
95
_relationshipSets
= new FilteredSchemaElementLookUpTable<EntityContainerRelationshipSet, SchemaElement>(Members);
2 references to _relationshipSets
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (2)
93
if (
_relationshipSets
== null)
97
return
_relationshipSets
;