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)
39if (_keyProperties == null) 43return _keyProperties; 83Debug.Assert(_keyProperties != null, "xsd should have verified that there should be atleast one property ref element"); 84foreach (PropertyRefElement property in _keyProperties) 98Debug.Assert(_keyProperties != null, "xsd should have verified that there should be atleast one property ref element"); 101foreach (PropertyRefElement keyProperty in _keyProperties)