1 write to ValueGetter
System.Data.Entity (1)
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (1)
51
return property.ValueGetter ?? (property.
ValueGetter
= CreatePropertyGetter(property.EntityDeclaringType, property.PropertyGetterHandle));
1 reference to ValueGetter
System.Data.Entity (1)
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (1)
51
return property.
ValueGetter
?? (property.ValueGetter = CreatePropertyGetter(property.EntityDeclaringType, property.PropertyGetterHandle));