2 instantiations of ReferentialConstraintRoleElement
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\ReferentialConstraint.cs (2)
320_principalRole = new ReferentialConstraintRoleElement(this); 326_dependentRole = new ReferentialConstraintRoleElement(this);
6 references to ReferentialConstraintRoleElement
System.Data.Entity (6)
System\Data\EntityModel\SchemaObjectModel\ReferentialConstraint.cs (6)
22private ReferentialConstraintRoleElement _principalRole; 23private ReferentialConstraintRoleElement _dependentRole; 216private static bool ReadyForFurtherValidation(ReferentialConstraintRoleElement role) 245private static void IsKeyProperty(ReferentialConstraintRoleElement roleElement, SchemaEntityType itemType, 348internal ReferentialConstraintRoleElement PrincipalRole 356internal ReferentialConstraintRoleElement DependentRole