1 write to _roleProperties
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\ReferentialConstraintRoleElement.cs (1)
41_roleProperties = new List<PropertyRefElement>();
4 references to _roleProperties
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\ReferentialConstraintRoleElement.cs (4)
39if (_roleProperties == null) 43return _roleProperties; 131Debug.Assert(_roleProperties != null, "xsd should have verified that there should be atleast one property ref element in referential role element"); 132foreach (PropertyRefElement property in _roleProperties)