6 references to ProxyType
System.Data.Entity (6)
System\Data\Common\Internal\Materialization\Translator.cs (3)
1254
Type actualType = proxyTypeInfo == null ? clrType : proxyTypeInfo.
ProxyType
;
1317
constructEntity = Expression.MemberInit(Expression.New(proxyTypeInfo.
ProxyType
), propertyBindings);
1318
actualType = proxyTypeInfo.
ProxyType
;
System\Data\Objects\Internal\EntityProxyFactory.cs (2)
254
s_ProxyTypeMap[proxyTypeInfo.
ProxyType
] = proxyTypeInfo;
298
select info.
ProxyType
;
System\Data\Objects\ObjectStateManager.cs (1)
315
if (proxyTypeInfo == null || proxyTypeInfo.
ProxyType
!= actualType)