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