1 write to _constraints
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Relationship.cs (1)
72
_constraints
= new List<ReferentialConstraint>();
2 references to _constraints
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\Relationship.cs (2)
70
if (
_constraints
== null)
74
return
_constraints
;