5 references to TryGetProxyType
System.Data.Entity (5)
System\Data\Objects\Internal\EntityProxyFactory.cs (4)
134
TryGetProxyType
(instance.GetType(), out proxyTypeInfo))
197
return (EntityProxyFactory.
TryGetProxyType
(wrappedEntity.Entity.GetType(), out proxyInfo) && proxyInfo != null &&
338
if (
TryGetProxyType
(proxyType, out typeInfo) && typeInfo.ContainsBaseGetter(propertyName))
370
if (
TryGetProxyType
(proxyType, out typeInfo) && typeInfo.ContainsBaseSetter(propertyName))
System\Data\Objects\Internal\EntityWrapperFactory.cs (1)
69
if (EntityProxyFactory.
TryGetProxyType
(entity.GetType(), out proxyTypeInfo))