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