2 references to GetSetterDelegateForProperty
System.Data.Entity (2)
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (1)
72
Action<object, object> setter =
GetSetterDelegateForProperty
(property);
System\Data\Objects\Internal\ComplexTypeMaterializer.cs (1)
176
this.ClrProperty = LightweightCodeGenerator.
GetSetterDelegateForProperty
(property);