2 writes to _relationship
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSet.cs (2)
54
_relationship
= value;
92
_relationship
= element as IRelationship;
3 references to _relationship
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSet.cs (3)
49
return
_relationship
;
84
if (
_relationship
== null )
93
if (
_relationship
== null )