1 write to PropertySetterHandle
System.Data.Entity (1)
System\Data\Metadata\Edm\EdmProperty.cs (1)
73
PropertySetterHandle
= ((null != method) ? method.MethodHandle : default(System.RuntimeMethodHandle));
2 references to PropertySetterHandle
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\Translator.cs (1)
1366
LightweightCodeGenerator.ValidateSetterProperty(edmProperty.EntityDeclaringType, edmProperty.
PropertySetterHandle
, out propertyAccessor, out propertyType);
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (1)
82
setter = CreatePropertySetter(property.EntityDeclaringType, property.
PropertySetterHandle
,