2 references to BaseGetter
System.Data.Entity (2)
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
340
value = typeInfo.
BaseGetter
(entity, propertyName);
System\Data\Objects\Internal\EntityProxyTypeInfo.cs (1)
158
return
BaseGetter
!= null && _propertiesWithBaseGetter.Contains(propertyName);