1 write to _keyProperties
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\EntityKeyElement.cs (1)
41
_keyProperties
= new List<PropertyRefElement>();
6 references to _keyProperties
System.Data.Entity (6)
System\Data\EntityModel\SchemaObjectModel\EntityKeyElement.cs (6)
39
if (
_keyProperties
== null)
43
return
_keyProperties
;
83
Debug.Assert(
_keyProperties
!= null, "xsd should have verified that there should be atleast one property ref element");
84
foreach (PropertyRefElement property in
_keyProperties
)
98
Debug.Assert(
_keyProperties
!= null, "xsd should have verified that there should be atleast one property ref element");
101
foreach (PropertyRefElement keyProperty in
_keyProperties
)