2 references to GetGetterDelegateForProperty
System.Data.Entity (2)
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (1)
43
Func<object, object> getter =
GetGetterDelegateForProperty
(property);
System\Data\Objects\Internal\ComplexTypeMaterializer.cs (1)
175
? LightweightCodeGenerator.
GetGetterDelegateForProperty
(property) : null;