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)
39
if (
_roleProperties
== null)
43
return
_roleProperties
;
131
Debug.Assert(
_roleProperties
!= null, "xsd should have verified that there should be atleast one property ref element in referential role element");
132
foreach (PropertyRefElement property in
_roleProperties
)