1 write to _clrProperty
System.Data.Entity (1)
System\Data\Objects\ObjectStateManagerMetadata.cs (1)
63
_clrProperty
= memberMap.ClrProperty;
8 references to _clrProperty
System.Data.Entity (8)
System\Data\Objects\ObjectStateManagerMetadata.cs (8)
82
Debug.Assert(null !=
_clrProperty
, "shadowstate not supported");
83
return
_clrProperty
.TypeUsage.EdmType.ClrType;
109
Debug.Assert(null !=
_clrProperty
, "shadowstate not supported");
110
return
_clrProperty
;
122
Debug.Assert(null !=
_clrProperty
, "shadowstate not supported");
123
object dataObject = LightweightCodeGenerator.GetValue(
_clrProperty
, userObject);
128
Debug.Assert(null !=
_clrProperty
, "shadowstate not supported");
137
LightweightCodeGenerator.SetValue(
_clrProperty
, userObject, value);