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)
82Debug.Assert(null != _clrProperty, "shadowstate not supported"); 83return _clrProperty.TypeUsage.EdmType.ClrType; 109Debug.Assert(null != _clrProperty, "shadowstate not supported"); 110return _clrProperty; 122Debug.Assert(null != _clrProperty, "shadowstate not supported"); 123object dataObject = LightweightCodeGenerator.GetValue(_clrProperty, userObject); 128Debug.Assert(null != _clrProperty, "shadowstate not supported"); 137LightweightCodeGenerator.SetValue(_clrProperty, userObject, value);