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